which command shows a snapshot list of running processes in windows?
tasklist
How do you display the content of a folder?
dir
How do you display the windows registry?
regedit
How do you display the system configuration in windows?
msconfig
How do you display the command prompt in windows?
cmd
How do you quit the command prompt?
exit
Which command copies a file?
copy
how do you copy a file from one directory to another?
copy ..\filename.xxx ..\filename.xxx
How do you rename or move a file?
move
what format is used to move or rename a file?
move ..\filename.xxx ..\filename.xxx
how do you delete a file?
del