
Appendices
System Configuration Files
PA Series PowerStation User Guide
67
AUTOEXEC.BAT File
@ECHO OFF
REM *********************************************************************
REM PA PowerStation Autoexec.bat
REM MachineShop Suite 1.05
REM Copyright (c) 2004 CTC Parker Automation
REM *********************************************************************
PROMPT $p$g
PATH C:\;C:\DOS;C:\CTC
SET TEMP=C:\DOS
REM *********************************************************************
REM Touchscreen configuration options
REM *********************************************************************
SET TOUCH_ADDR=3E8
SET TOUCH_IRQ=11
REM ********************************************************************
REM Set up Interact environment variables for MS Shell.
REM ********************************************************************
SET INTERACT=C:\INTERACT
SET INTERACT_FILES=C:\INTERACT\APPFILES
SET INTERACT_STARTUP=C:\STARTUP
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
StockCheck.com