mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 00:14:25 +00:00
27 lines
614 B
Plaintext
27 lines
614 B
Plaintext
; Sample MPMINIT.SUB file for a floppy-only system
|
||
; Copies necessary files to N:, then runs SWAP to make:
|
||
; N: --> A:
|
||
; A: --> B:
|
||
; B: --> C:
|
||
;
|
||
PIP N:=A:SW.CMD[VROW]
|
||
PIP N:=A:PIP.CMD[VROW]
|
||
PIP N:=A:ERAQ.CMD[VROW]
|
||
PIP N:=A:SET.CMD[VROW]
|
||
PIP N:=A:SHOW.CMD[VROW]
|
||
PIP N:=A:DIR.CMD[VROW]
|
||
PIP N:=A:ABORT.CMD[VROW]
|
||
PIP N:=A:PASSWD[VROW]
|
||
PIP N:=A:TTYS[VROW]
|
||
PIP N:=A:LPRS[VROW]
|
||
; Move all of the WordStar, dBASE II, and SuperCalc files
|
||
PIP N:=A:WS*.*[VROW]
|
||
PIP N:=A:DBAS*.*[VROW]
|
||
PIP N:=A:SC.*[VROW]
|
||
;
|
||
; Remember to copy mail and reminder files
|
||
;
|
||
PIP N:[G15]=A:*.*[VROWG15]
|
||
;
|
||
SWAP
|
||
T program calls the PAYROLL pr |