
System Configuration Files
Appendices
68
PA Series PowerStation User Guide
REM ********************************************************************
REM Load TCP/IP Stack
REM ********************************************************************
LH C:\NET\TCPIP
REM ********************************************************************
REM Load scroll feature on quarter VGA system.
REM ********************************************************************
C:\CTC\PACTRL -T -S
IF ERRORLEVEL 3 LH C:\CTC\SCROLL
REM ********************************************************************
REM Call AUTOEXEC.BAT file contained in project, if it exists.
REM ********************************************************************
IF NOT EXIST C:\STARTUP\NUL.EXT MD C:\STARTUP
CD \STARTUP
IF EXIST C:\STARTUP\AUTOEXEC.BAT CALL C:\STARTUP\AUTOEXEC.BAT
REM ********************************************************************
REM Start the MachineShop Shell.
REM ********************************************************************
CD \CTC
PSU
GOTO END
:ERROR
CLS
ECHO.
ECHO This CompactFlash is programmed
ECHO for a PA PowerStation and is not
ECHO compatible with this system.
ECHO.
ECHO The startup process has been
ECHO halted.
ECHO.
:END
StockCheck.com