HomePortalSearchRegisterLog in
 

Is there a way?

View previous topic View next topic Go down 
AuthorMessage
phreakingjt
Outsider



Joined : 02 Jul 2008
Posts : 2

PostSubject: 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.
Back to top Go down
Forsaken
Outsider



Joined : 02 Aug 2008
Posts : 3
Warnings : 
0/50/50/5 (0/5)

PostSubject: 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 =]
Back to top Go down
GraphiK
Outsider



Joined : 01 Sep 2008
Posts : 3

PostSubject: Re: Is there a way?   Mon Sep 01, 2008 2:55 am

Problem is.. these directories cannot be deleted while you are in windows..
Back to top Go down

Is there a way?

View previous topic View next topic Back to top 
Page 1 of 1

Permissions of this forum:You cannot reply to topics in this forum
In_Secure :: Computer Discussion :: General Discussion-