TheTechGuide Forum
General Category => Software => Topic started by: Anonymous on August 20, 2002, 03:46:43 PM
-
I am having trouble with Norton Utilities\' GDisk.
I have it running in a batch fine to display status, then pause for use input, then delete the existing primary partition, then create a new primary partition in its place.
Then it goes into my imaging program script.
Here\'s what I have
GDISK 1 /STATUS
PAUSE
GDISK 1 /DEL /PRI:1
GDISK 1 /CRE /PRI /-CE
GDISK 1 /CRE /EXT
GDISK 1 /CRE /LOG
Then it goes on into my program.
I have it working flawlessly on my test machine.
I can\'t make it work on other machines. Why would it matter, since it\'s part of the autoexec.bat, pre-O/S?
Please help.
You can send suggestions via e-mail to [email protected]
Thanks in advance.