DataMuseum.dk

Presents historical artifacts from the history of:

CP/M

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about CP/M

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦7c4ecb5c5⟧ TextFile

    Length: 640 (0x280)
    Types: TextFile
    Names: »INSTALL.SUB«

Derivation

└─⟦87e51841f⟧ Bits:30002669 I-APL - PICCOLINIENs programklub Marts 88
    └─ ⟦this⟧ »INSTALL.SUB« 

TextFile

; ***************************************************************
;
;   Denne SUBMIT-fil kopierer C-CP/M system-filer fra A: til B:
;
; ***************************************************************
;
PIP B:=A:CCPM.SYS
PIP B:=A:ASSIGN.SYS
PIP B:=A:GRAPHICS.CMD
;
; ************************************************
;
;     Kopier nu eventuelle GSX Device Drivers,
;   i det mindste dem, der er nævnt i ASSIGN.SYS:
;
PIP CON:=B:ASSIGN.SYS
;   Hver fil kopieres for eksempel ved at skrive
;
;        PIP B:=A:DD75XH.SYS
;
; ************************************************
«eof»