DataMuseum.dk

Presents historical artifacts from the history of:

CR80 Hard and Floppy Disks

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

See our Wiki for more about CR80 Hard and Floppy Disks

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦b853e701c⟧ TextFile

    Length: 312 (0x138)
    Types: TextFile
    Names: »CL.J«

Derivation

└─⟦b21be6f3b⟧ Bits:30005082 8" CR80 Floppy CR80FD_0036 ( CR/D/3143 KLP & KMO C-KURSUS + C JOBFILER 861127 Volume MOVEFL RAM TEST css/709 #0000-7fff V24+SCM )
    └─⟦95f1eafb2⟧ 
        └─ ⟦this⟧ »CL.J« 
└─⟦c25823ad8⟧ Bits:30005089 8" CR80 Floppy CR80FD_0044 ( @*FLOPPY C )
    └─⟦feb1d529a⟧ 
        └─ ⟦this⟧ »CL.J« 

TextFile

 DEFINE OLDVERIFY VERIFY
 DEFINE VERIFY 0
 IF P1 = '' THEN WRITELN '(:7:)***No Name Specified!'
 IF P1 = '' THEN GOTO END
 WRITE 'Linking .......................($P1$$) '
 LINK COM:$P1$$.COM
 IF CC = 0 THEN WRITELN 'Ok'
 IF CC <> 0 THEN WRITELN 'Errors(:7:)'
LABEL END
 DEFINE VERIFY OLDVERIFY
 DELETE OLDVERIFY