Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Gdisk.exe script needed
Name: sisco22 Date: April 17, 2006 at 05:40:49 Pacific OS: XP CPU/Ram: AMD X2 3800+ Product: Acer
Comment:
Hey guys I need a script to run Gdisk off a floppy with a certain command at the beginning and then create a partition and format. An automated script basically. Anyone know how to do this? Thanks.
Name: J.C. Date: April 19, 2006 at 08:17:20 Pacific
Reply:
I see where you have read the post at: http://www.computing.net/windows95/wwwboard/forum/168351.html Read Response Number 4. Win98 Forum Name: jubalsams Date: April 03, 2006 at 08:39:06 Pacific Subject: Norton Gdisk.exe Commands Use the commands in that post. You can Edit the commands as desired, HHD partitions, size etc.
Then: Place a Win98 Boot Floppy into the Floppy Drive, then add the Gdisk.exe to the Win98 Boot Floppy. Open Notepad and type the desired Gdisk Commands into it. Close out Notepad and save it to the Win98 Boot Floppy and save it as GDISK.BAT Next click on the Desktop My Computer Icon, then click on Drove A:\. then find the Autoexec.bat that is within the Win98 Boot Floppy then right click on it and choose edit. Scroll down and find GOTO QUIT. Just below GOTO QUIT,type in Call gdisk.bat It should look like this: GOTO QUIT Call gdisk.bat Close out the Autoexec.bat and save the change/edit. Boot the computer with the Win98 Boot Floppy in the Floppy Drive let it run and it will start Gdisk and run the commands
0
Response Number 2
Name: sisco22 Date: May 1, 2006 at 06:16:16 Pacific
Reply:
Hey, I tried everything you said and got most of it working...the only problem is, is that i can't get it to copy the system files to come up to a C: prompt. Any ideas? Thanks.
Summary: This is an annoying problem. I have a text file containing full path and filenames to files I need to copy. Each on its own line. Used replace in wordpad to make a Batch (.BAT) file to copy the files....
Summary: I want to know how I can convert .cgi plain text cgi script into .exe binanry code? Do I have to modify the other codes to invoke .exe cgi script? ...