Files
Digital-Research-Source-Code/MPM OPERATING SYSTEMS/MPM-86/MISC DRI DISKS/07/MPMINIT.SAM
Sepp J Morris 31738079c4 Upload
Digital Research
2020-11-06 18:50:37 +01:00

27 lines
614 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

; 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