image of READY prompt

Wang2200.org

Listing of file='TBO.LRUN' on disk='vmedia/toolbox.wvd.zip'

# Sector 883, program filename = 'TBO.LRUN'
0010 REM TBO.LRUN  01/24/86
0020 PRINT HEX(03);"Activate a system from another platter"
0030 DIM D$3
   : LINPUT "On disk surface",-D$
0040 DIM P$8
   : P$="START"
   : LINPUT "Program        ",-P$
0050 SELECT #1<D$>
0060 PRINT "Testing ";D$;" for Program = ";P$
0070 LIMITS T#1,P$,A,B,C,D
0080 IF D= 1 THEN 90
   : PRINT "Not found"
   : GOTO 30
0090 SELECT #0<D$>
0100 LOAD RUN  P$
0110 DEFFN'0
   : LOAD T"START"