Page 1 of 1

Newbie needs help for perfect bootdisk

Posted: 14 Jan 2010 13:06
by avenue
:wink:

hello,

Image

How can i change this name tomato ?
I changed config.sys and autoexec.bat a few times, but the same comes over and over again.. :oops:
maybe i've forgotten something...those files are in it..
IO.SYS
MSDOS.SYS
COMMAND.COM
CDROM.SYS
MSCDEX.EXE



[config.sys]
FILES=30
BUFFERS=20
DEVICE=CDROM.SYS /D:CDROM
LASTDRIVE=Z


[autoexec]
@echo off
MSCDEX.EXE /D:CDROM /L:R
BIOS.EXE
%CDROM%:


all i used to do is, when it is booting cursor should skipping to cdrom, and starting file bios.exe


... :shock: ty

Posted: 17 Jan 2010 22:00
by viroid
I think you are asking how to make it launch the program "bios.exe" on start, correct?

In the autoexec.bat file, prefix "bios.exe" with the drive letter of the cd-rom drive. (i.e. r:\bios.exe)