DataMuseum.dkPresents historical artifacts from the history of: CR80 Hard and Floppy Disks |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about CR80 Hard and Floppy Disks Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - download
Length: 322 (0x142) Types: TextFile Names: »HOST.TST«
└─⟦b8af24a88⟧ Bits:30005796 CR80 Disc Pack ( MINICAMPS ) └─ ⟦this⟧ »USERS.D!CAH.D!HOST.TST«
BEGIN DEFINE PATTERN 1 = '*** HOST INTERFACE TEST HOST INTERFACE TEST ***' DEFINE PATTERN 2 = '*** TEST SUCCESFULLY EXECUTED. ***' REPEAT 2 BEGIN CREATE 0 #101 13 519 INITREAD #101 518 DUMP APPEND #101 518 PATTERN 1 INITREAD #101 518 DUMP APPEND #101 518 PATTERN 2 WAITINIT 20 DISMANTLE #101 END END