PsyWulf
Honorary Master
- Joined
- Nov 22, 2006
- Messages
- 20,358
- Reaction score
- 16,003
I've tried all dos suggestions above, including myworld & nods suggestions.
nothing. Doesnt budge.
Deltree the folder?
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
I've tried all dos suggestions above, including myworld & nods suggestions.
nothing. Doesnt budge.
cd Progra~1
cd Foxits~1
del Foxit Reader
SUMMARY: A Windows 2000 or Windows XP replacement for the Deltree command can be found here.
You may remember that some versions of DOS had a DELTREE command to remove a directory as well as all of its subdirectories and contained files. Windows 2000 and Windows XP do not have this command, but you can emulate it with the RD (RMDIR) command.
For example, the following Windows 2000 or Windows XP DOS command deletes the C:\BLAH directory and all subdirectories WITHOUT ANY WARNING:
RD C:\BLAH /S /Q
Use this command with caution! One slip-up and you could accidentally delete important files from your hard drive.
dir * <-to list everything and make sure you are in the right tree
del ?? <TAB> <-- hit the TAB button after the first few ?? to complete the file name exactly.