for dos
RD /s directory_name (no matter it's empty or with Data)
also u can use like this
RD directory_name/s
2007-02-05 17:29:43
·
answer #1
·
answered by (¯`·.sanzeev.·´¯) 3
·
0⤊
1⤋
Delltree is the command. But its not an Internal Command. So it wouldnt work if some version of dos in not installed.
Say you go to command prompt and type Dir which is a command it would work even if the command is not present in that particular directory.
Since Deltree is an External Command you should go the location where deltree.com or exe is located and give the command specify the complete path of the folder you wish to delete.
Say your dos is installed is c:\dos.622 the command would be
c:\dos.622> Deltree c:\sunil\test
To delete a folder which is located in sunil folder which is located in the root.
If you wich to know the paramenets which you can give with the deltree command use the /? switch
If you need further clarifications please get back to me.
2007-02-05 17:58:42
·
answer #2
·
answered by Sunil Saripalli 5
·
0⤊
0⤋
deltree /y path\to\directory
/y switch will remove confirmation.
Cannot be undone. Be careful!
2007-02-05 17:28:13
·
answer #3
·
answered by Anonymous
·
0⤊
0⤋
delete or erase insure the directory is empty first
2007-02-05 17:24:29
·
answer #4
·
answered by Anonymous
·
0⤊
2⤋
rmdir
hope this works out.
2007-02-05 17:29:33
·
answer #5
·
answered by aastha 1
·
0⤊
1⤋
depending what version of DOS, one or all of these should work:
RD
RMDIR
DELTREE
to get command help in DOS, use /? after the command, like so:
RD /?
BTW - you don't have to type command in all caps, you can use:
rd
rmdir
deltree
2007-02-05 17:36:08
·
answer #6
·
answered by Anonymous
·
0⤊
1⤋
From the parent directory, type in:
RD /S DIRECTORYNAME (AND HIT ENTER)
2007-02-05 17:27:25
·
answer #7
·
answered by Jolly 7
·
0⤊
2⤋
del . c:\Directory
long version: "del" dot "Harddisk:\Directory to delete"
2007-02-05 17:25:32
·
answer #8
·
answered by Graham S 3
·
0⤊
2⤋
alll wrong its deltree.
2007-02-05 17:26:27
·
answer #9
·
answered by Paultech 7
·
2⤊
0⤋
del c:\directoryname.*
2007-02-05 17:25:42
·
answer #10
·
answered by Boo-shniggins 2
·
0⤊
2⤋