//flex table opened by JP

Click to See Complete Forum and Search --> : ms-dos


civic91dx
05-20-2003, 01:08 PM
do u guys know any good websites that teachs on how to make batch file
thanks
carlos

AllGamer
05-20-2003, 01:32 PM
none that comes to mind

not easy to find now in days

but maybe i can help you

so what do you want to know in making a batch file?

civic91dx
05-20-2003, 01:40 PM
well i have to make it so when i turn the computer on it uses thecd to boot from in ms dos windows 95, then it automaticly does a g disk(format) then it restart and then connects to the server to run amidiag and then it runs g-disk again

AllGamer
05-20-2003, 02:09 PM
ok that is simply

but why g disk so many times?

you know what G-disk is right?

is to format, or wipe out the HDD

so are you just formatting, or are you trying to delete and wipe out the partition?

and what is the point of running the AMI diagnostic, if you are not going to see the report?

AllGamer
05-20-2003, 02:12 PM
here is a sample of the bootable (AUTOEXEC.BAT) batchfile to Secure Wipe a HDD using Gdisk


----------------------------------
@echo off
gdisk 1 /diskwipe /dod
----------------------------------

:t

civic91dx
05-21-2003, 12:06 AM
yeah i know about g disk. the thing is that im doing senior project with progressive fixin computer and they want an automated softwareto do all those steps. and there have to be a stop so when the ami diag finish and there is an erro the technician and see the erro if there is no erro then it finishes.

AllGamer
05-21-2003, 02:06 PM
in DOS if you get an error it usually dies

as in the machine being Hung

no much you can do there

:p

:t