Ms-dos

GI_Tech

New Member
Anyone help me with DOS...
I want to delete a folder which does not delete in windows.. so i thought deleting it with dos might be a different story.
Also can anyone help me with the basic functions of dos?..
Many Thanks :)
Zain
 
"rd" still works... rd by itself can only delete a directory if the folder is empty. If you use '/s' (rd /s c:\temp) you will delete all of files and subdirectories plus the folder itself... if you use '/q' (rd /q c:\temp) it will not prompt you to confirm.
 
Why wont the folder delete? If its in use you still may not be able to delete it from a command prompt.
 
wasisnt said:
Why wont the folder delete? If its in use you still may not be able to delete it from a command prompt.

If a file is in use by windows you need to restart your machine and boot to the command prompt and then delete the file(s) or folder(s)...
 
SFR said:
If a file is in use by windows you need to restart your machine and boot to the command prompt and then delete the file(s) or folder(s)...

Yup. You can do it using Safe Mode with Command Prompt OR boot to your XP CD and run the Recovery Console.

W/E you do, be careful. Or you might be looking at a corrupt registry.
 
Back
Top