just a few i use: tree netsh more ipconfig route >> to redirect output to another program or to a file. * to complete a cd. i.e. cd progr* to go to first directory that matches (program files) subst
I also use a number of linux cmds that windows does not natively have that it should have. http://unxutils.sourceforge.net/
Discuss This Question: 7  Replies
Strange question? Homework? Test?
echo
rem
for
call
pause
goto
rd
del
copy
set
if
md
is my 10 up yet?
let's add
CD
DIR
PING
FTP
tracert & exit, otherwise anything on my top 10 list has already been listed ;-)
tree
netsh
more
ipconfig
route
>> to redirect output to another program or to a file.
* to complete a cd. i.e. cd progr* to go to first directory that matches (program files)
subst
I also use a number of linux cmds that windows does not natively have that it should have.
http://unxutils.sourceforge.net/