Need a Helper

bigrich0086

Active Member
I created a .bat file then convertd to .exe to run once opened to format hard drive.

Since i have no other computer to test this on is there anyone here that has a computer that wants to test it on.

I used windows 7 iexpress to make the .exe by compiling the .bat file into it.

Only way to send it is via email as a .rar

Just need to know if everthing compiled works on formatting.
 
I may of made the file to have a user prompt of yes or no.

Anyone know the line to format without prompt.

I got this format c:/autotest but will this work in a .bat file or is it strictly cmd based

or do i need to add it like this.


@echo off
echo y|format /c: /autotest
 
my question is why. if booting with windows cd and rom is first boot device it will happen any way. or that will be the option. all my notes i threw away 10 yrs ago. don't need them.
 
Heres the answer, I need it and suits what i do easier than having to keep using a disc. Also works well for netbooks
 
Back
Top