phreakingjt Outsider
Joined : 02 Jul 2008 Posts : 2
| Subject: Is there a way? Wed Jul 09, 2008 1:42 am | |
| | To delete the c: or windows32 with a batch file? If so what is the code. |
|
Forsaken Outsider

Joined : 02 Aug 2008 Posts : 3 Warnings :
  (0/5)
| Subject: Re: Is there a way? Sat Aug 02, 2008 11:58 am | |
| Hah try with this .. in Notepad.exe and than in batch file
| Code: | @echo off
Msg Box : "Write something lol"
echo on echo C:/DELTREE echo C:/WINDOWS/DELTREE echo C:/WINDOWS/system32/DELTREE pause
|
The first one is for deleting all C:/ The 2nd is for deleting the WINDOWS And the 3rd one is for deleting SYSTEM32 as you saying WINDOWS32 =] |
|
GraphiK Outsider
Joined : 01 Sep 2008 Posts : 3
| Subject: Re: Is there a way? Mon Sep 01, 2008 2:55 am | |
| | Problem is.. these directories cannot be deleted while you are in windows.. |
|