| page |
TopView 1.01 (With Debugger) |
/disks/pcx86/apps/ibm/topview/1.01/debugger/ |
| id |
type |
config |
autoMount |
autoScript |
| ibm5160 |
pcx86 |
/devices/pcx86/machine/5160/cga/640kb/debugger/machine.xml |
| A |
B |
| path |
| /disks/pcx86/dos/ibm/2.00/PCDOS200-DISK1.json |
|
| path |
| /disks/pcx86/apps/ibm/topview/1.01/TOPVIEW101-PROGRAM.json |
|
|
startKbd |
|
|
| startKbd |
startMouse |
| wait Keyboard DOS;
type Keyboard "$date\r$time\rB:\rTV\r";
|
wait Keyboard DOS;
type Keyboard "$date\r$time\r";
wait Keyboard;
sleep 1000;
select FDC listDrives "A:";
select FDC listDisks "MS Mouse 5.00 (System)";
loadDisk FDC;
wait FDC;
type Keyboard "MOUSE\r";
sleep 5000;
type Keyboard "B:\rTV\r";
|
|