|
Creating A Dos Boot Disk Manually
|
View this Thread in Original format
| Xavier |
I'm making my own customized boot disk, and i have made a menu by making a batch file, and loaded mouse & cdrom through the autoexec.bat file.
I wanna know how to execute the autoexec.bat properly when the disk is in the floppy drive when my computer starts up. |
|
|
| Dr. Cfire |
Um Im not sure what you mean by that.
The autoexec.bat file will be run during the OS boot phase that is the point of the file. thats why its called automatic executable.
Do you mean you want to run your batch file from the autoexec? then you would just add the the line
*batch file location**batch file name*
to your autoexec file. |
|
|
| AndiH |
I assume you made a disk but it doesn't do anything when the computer starts up?
If you have ms-dos or a dos box type copy the files you already created on the floppy disk to your hd and type in
code:
format a: /s
This will delete all files off the disk in drive a: and create the following files:
Command.com
Drvspace.bin
Io.sys
Msdos.sys
Alternatively you can right-click on the floppy disk icon in windows and select format, then format (not quickformat) and check the box which says "copy system files" (or something similar).
Now you can copy your homemade autoexec.bat (and config.sys and the drivers) back to the floppy disk. |
|
|
| itsTrueSonic |
| also, please check your BIOS setup and see if your boot goes to the A: (or what your floppy drive is). if compaq, F8 or F9, not sure .. for homemade motherboards, i believe it is F1. |
|
|
|
|