The following script needs to be run on startup. This is based very strongly on the original C:\onqdesk\operator\startusc.bat supplied with the machines. The easiest way to do this is to edit that file to be the same as the file below:
@echo off
if exist c:\usc\con32.bat start c:\usc\con32.bat /max
cd\onq
onqy /auto:select-01
cd\onqdesk\operator
start sipcon~1.ht /m
cd\prncap
start prncapt
cd\usc
pccserver
usc
logview
exit
The main change is to get rid of a couple of unneeded lines, and to remove the 'start modem.bhf' command, which starts up a pcAnywhere host — this is addressed later. A shortcut to this script needs to be placed in the default users 'Startup' folder. Right-click on 'Start' and chose 'Explore'. Navigate to C:\WINDOWS\Start Menu\Programs\StartUp and right-mouse-button drag 'startusc' into there. Chose 'Create Shortcut', and an icon 'Shortcut to startusc' should appear in that folder.