; Set up the console log(s). set -N console log=mpe-v-auto.log if "%1" != "" set -N console debug=mpe-v-auto-debug.log ; Establish the initial environment. echo echo Configuring the simulation environment. set CPU S58,4096K,IDLE=10 set CPU STOP=COLDLOAD;UNIMPL set GIC COUNT=2 set GICB CHANNEL=9 set console DEL=177 break delay 100 milliseconds ; Set up the ADCC to listen for Telnet connections on local port 1054. attach ADCC 1054 ; Load paper into the line printer. ; ;attach -N LP printer.txt ; Set the disc mode and attach the configured disc image file. set DC0 7914,BUS=0 attach -E DC0 mpe-v-reload.7914.disc ; Cold-load MPE from the disc at channel 11 device 0. start echo echo echo ------------------- echo MPE-V/E 7914 System echo ------------------- echo ; Specify the startup options. go until "WHICH OPTION ? " ; reply "COOLSTART\r" go until "ANY CHANGES? " ; reply "NO\r" ; Set the current date and time. go until "DATE (M/D/Y)?" ; reply "%DATE_MM%/%DATE_DD%/%DATE_YY%\r" go until "TIME (H:M)?" ; reply "%TIME_HH%:%TIME_MM%\r" go until "(Y/N)" ; reply "Y\r" go