EasyManua.ls Logo

Parker PowerStation PA2 Series - Page 57

Parker PowerStation PA2 Series
58 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Appendix B : System Configuration Files System Configuration Files
PA2 PowerStation User Guide B -3
REM **************************************************************
REM Install PowerStation Special Functions
REM **************************************************************
LH C:\CTC\BIOSTSR
REM **************************************************************
REM Verify running on a PA PowerStation
REM **************************************************************
C:\CTC\PACTRL -A -S
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

Table of Contents