Saturday, September 5, 2009

post9: RUN commands (YFH)

win+R Start Menu > Run




%SystemDrive% "C:\"

%SystemDrive%\DOCUME~1\ "C:\Documents and Settings\"
%USERPROFILE% "C:\Documents and Settings\{user name}"
%APPDATA% "C:\Documents and Settings\Application Data\"
%PROGRAMFILES% "C:\Program Files"
%SystemRoot% "C:\WINDOWS"
%HOMEDRIVE% "C:\"
%HOMEPATH% "C:\Documents and Settings\{user name}"
Fonts "C:\WINDOWS\Fonts"
Icons "C:\WINDOWS\Icons"
Media "C:\WINDOWS\Media"
System "C:\WINDOWS\system"
System32 "C:\WINDOWS\system32"
Tasks "C:\WINDOWS\Tasks"
Cursors "C:\WINDOWS\Cursors"
taskmgr "C:\WINDOWS\Taskmanager.exe"
calc Calculator (provided with windows)

tskmgr Windows Task Manager
mspaint Microsoft Paint




msconfig System Configuration Utility
dxdiag




ping 192.168.1.10 -t ping from 192.168.1.10
telnet 10.240.89.199 13 server time
tracert trace route to website IP
Ctrl+C to cancel


more DOS commands..
OR help displays all the commands that can be performed
command_name /? displays help for a particular command

No comments: