Newbie needs help for perfect bootdisk

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
avenue
Posts: 1
Joined: 14 Jan 2010 12:20

Newbie needs help for perfect bootdisk

#1 Post by avenue » 14 Jan 2010 13:06

: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

viroid
Posts: 8
Joined: 04 Jan 2010 15:49

#2 Post by viroid » 17 Jan 2010 22:00

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)

Post Reply