Pa powerstation user guide, B -4 – Parker Hannifin PA Series User Manual
Page 64
Appendix B : System Configuration Files
System Configuration Files
PA PowerStation User Guide
B -4
IF ERRORLEVEL 108 GOTO ERROR
REM **************************************************************
REM If an external mouse is connected, MOUSE will install successfully
REM and create a new MOUSE.INI file.
REM **************************************************************
CD \CTC
IF EXIST C:\CTC\MOUSE.INI DEL C:\CTC\MOUSE.INI
LH C:\CTC\MOUSE
REM **************************************************************
REM Initialize touchscreen drivers.
REM **************************************************************
SET TOUCH_PATH=C:\HAMMOUSE
CALL %TOUCH_PATH%\TS.BAT
REM **************************************************************
REM Load NETWORK drivers -- NOVELL
REM Remove REM on the CALL statement to load NOVELL network batch file.
REM If used, this must be called BEFORE loading TCPIP.
REM **************************************************************
CD \NET
REM CALL C:\NET\NET.BAT
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.