Avery Dennison 6035 Programmer Manual Rev.A 7/98 User Manual

Page 38

Advertising
background image

2-26 ROM-DOS 6.22 User Manual

7/9/98

An example of an AUTOEXEC.BAT file that continues the
customization process from the preceding MENU, could look like this:

prompt $p$g

set temp=c:\mystuff\temp

c:\virus\scanit.com

rem Go to section that matches menu

rem choice made in CONFIG.SYS

goto %config%

:RESEARCH

path c:\bin;c:\ROMDOS;c:\ROMDOS\utils;c:\BORLANDC

cd \ROMDOS

rem Skip other sections and move to end

goto end

:WP

path c:\bin;c:\ROMDOS;c:\wp

wp

rem Skip next section and move to end

goto end

:GAMES

path c:\bin;c:\ROMDOS;c:\gamedir

cd \gamedir

gamelist.bat

goto end

:end

Bypassing CONFIG.SYS And AUTOEXEC.BAT

ROM-DOS can bypass some or all of the commands in your
AUTOEXEC.BAT and CONFIG.SYS files during bootup. This is a
useful feature for tracking system problems that may be related to
commands in either of these two files.

Advertising