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 - metrics - download

⟦6950b2381⟧ TextFile

    Length: 2048 (0x800)
    Types: TextFile
    Names: »AUTOST.PAS«

Derivation

└─⟦da1b76629⟧ Bits:30008866 Indeholder bla. RCKAT
    └─⟦this⟧ »AUTOST.PAS« 

TextFile

PROGRAM AUTOST;

VAR
  FIL: FILE;

BEGIN
   ASSIGN(FIL,'DSIMT.COM');
   EXECUTE(FIL);
END.
«eof»