System Configurations
Advanced User’s Guide
5-9
Figure 5-8: Autoexec.bat File on Drive C for Default Configuration
I/O PC Card Support Configuration
The Falcon Configuration Utility has an option for support of I/O cards. This
option will download the Phoenix Super Client Driver (
pcmscd.exe
) to the
C:\PCM subdirectory on the Falcon. It will also add the command for loading
of this driver to the
config.sys
file. The
config.sys
and
autoexec.bat
files below were created by eliminating ATA card support
and adding I/O card support to
default.cfg
.
Figure 5-9: Config.sys File on Drive C for I/O PC Card Support
REM ---------------------------------------------------------
REM --- The following lines set up default parameters for some
REM --- environment variables. These lines may be modified or
REM --- overridden in the USER section below.
REM ---------------------------------------------------------
set prompt=$p$g
set dircmd=/ogn /p
REM ---------------------------------------------------------
REM --- The following section is for customized user entries.
REM ---------------------------------------------------------
REM ---------------------------------------------------------
REM --- Insert user-specific options and commands here.
REM ---------------------------------------------------------
REM ---------------------------------------------------------
REM --- The following lines add system components to the PATH
REM --- and run the main application executable, if one was
REM --- specified.
REM ---------------------------------------------------------
IF EXIST c:\bparams.ini copy c:\bparams.ini PARAMS
set path=c:\;c:\dos;%path%
c:
cd\
upgstart
FILES = 30
REM ---------------------------------------------------------
REM --- Phoenix Card and Socket services for accessing PC Cards
REM ---------------------------------------------------------
device = c:\pcm\cnfignam.exe /NORMAL
device = c:\pcm\pcmssit.exe
device = c:\pcm\pcmcs.exe
device = c:\pcm\pcmscd.exe
advuser.book Page 9 Friday, September 27, 2002 4:22 PM