Table of Contents

Advertisement

B-2
System Files

AUTOEXEC.BAT

rem configurations for Mobile or Docked.
rem =================================================================
MENUITEM=MOBILE, Mobile Configuration
MENUITEM=MEDIADOCK, MediaDock Configuration
rem =================================================================
rem Change the following default value to reflect the most appropriate
rem setting. The default timer is set to 0, modify this parameter to the
rem appropriate value for your usage. i.e. 5 = 5-second delay
rem =================================================================
MENUDEFAULT=MOBILE,15
MENUCOLOR=1,3
[MOBILE]
rem =================================================================
rem Add any drivers, etc. to this section which are unique to the Mobile
rem Configuration.
rem =================================================================
DEVICEHIGH=C:\DOS\POWER.EXE
[MEDIADOCK]
rem =================================================================
rem Add any drivers, etc. to this section which are unique to the MediaDock
rem Configuration.
rem =================================================================
device=c:\cdrom\nec_ide/sys /d:mscd001 /V
lastdrive=z
[COMMON]
rem =================================================================
rem Add any drivers, etc. to this section which are common to both
rem configurations.
rem =================================================================
@ECHO OFF
PROMPT $p$g
SET PATH=C:\DOS;C:\WINDOWS;C:\NECUTILS;C:\CRYSTAL
SET TEMP=C:\TEMP
IF NOT EXIST VERSION. GOTO SETUP
CLS
TYPE VERSION
:SETUP
C:\DOS\SMARTDRV.EXE

Advertisement

Table of Contents
loading

Table of Contents