Added support for special autoType sequences (eg, $date and $time, which generate current date and time strings accepted by the PC-DOS date and time prompts)
This commit is contained in:
parent
45b4dea546
commit
991e924d01
38 changed files with 3324 additions and 3009 deletions
|
|
@ -11,7 +11,7 @@ machines:
|
|||
path: /disks/pcx86/dos/ibm/1.10/PCDOS110.json
|
||||
B:
|
||||
path: /apps/pcx86/1982/ratbas/RATBAS213.json
|
||||
autoType: \r\rb:\rrt\r\xff\xf0test;\r
|
||||
autoType: $date\r$time\rb:\rrt\r\xff\xf0test;\r
|
||||
---
|
||||
|
||||
RatBas (1982)
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ machines:
|
|||
path: /disks/pcx86/dos/ibm/1.00/PCDOS100.json
|
||||
B:
|
||||
path: /apps/pcx86/1983/adventmath/ADVENTMATH100.json
|
||||
autoType: 8-10-81\rb:\ra:basica castle\r
|
||||
autoType: $date\rb:\ra:basica castle\r
|
||||
---
|
||||
|
||||
Adventures in Math (1983)
|
||||
|
|
|
|||
Loading…
Reference in a new issue