autoexec.bat [Archive] - SpeedGuide.net Broadband Community

View Full Version : autoexec.bat


kooler
07-04-05, 12:09 PM
hi i am poor at editing autoexec.bat command.how can i put a command at autoexec.bat to load or execute a program at harddisk from a boot floppy disk?

how to make a blank floppy bootable without using windows start up disk?is that possible?

when i make a resuce disk for pattition magic 8.0,there is nothing happen when i reboot and test.an error say"invalid system disk".pls help.....thanks.

The Dude
07-04-05, 04:24 PM
You can download just about any bootdisk (floppy) image you want at bootdisk.com Lots of info there too. :)

Norm
07-04-05, 04:51 PM
hi i am poor at editing autoexec.bat command.how can i put a command at autoexec.bat to load or execute a program at harddisk from a boot floppy disk?

how to make a blank floppy bootable without using windows start up disk?is that possible?

when i make a resuce disk for pattition magic 8.0,there is nothing happen when i reboot and test.an error say"invalid system disk".pls help.....thanks.It sounds like you're running Windows 98.

Put a floppy disk in the drive then open a command window and type
sys a:

Hit the [enter] key.
That makes the disk bootable.

To create an autoexec.bat file, open notepad and save the file on A: drive (or your floppy drive) Rename the file to autoexec.bat. Right click the autoexec.bat file and select edit.

Add a line that starts your app. I don't know the executable for PM 8.
Lets say it is partitionmagic.exe for arguements sake.
Add the line:

partitonmagic.exe

to autoexec.bat