DataMuseum.dk

Presents historical artifacts from the history of:

RegneCentralen RC850

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

See our Wiki for more about RegneCentralen RC850

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦d027eac15⟧ TextFile

    Length: 896 (0x380)
    Types: TextFile
    Names: »CHAININF.BAS«

Derivation

└─⟦4f77bd9c1⟧ Bits:30005982/disk2.imd RC Computer - Turn Key Data Entry System - Vers. 1.91
    └─⟦this⟧ »CHAININF.BAS« 
└─⟦8417fc433⟧ Bits:30005982/disk1.imd RC Computer - Turn Key Data Entry System - Vers. 1.91
    └─⟦this⟧ »CHAININF.BAS« 

TextFile

1 REM	**************************************************
2 REM	*                                                *
3 REM	*	MODULE : CHAININF.BAS (TKDES/RC850)      *
4 REM	*	DATE   : 05.02.82                        *
5 REM	*	BY     : ASE GMBH , 6472 ALTENSTADT      *
6 REM	*	VERSION: 1.90                            *
7 REM	*                                                *
8 REM	**************************************************
9 REM
10 REM ************************************************************************
20 REM * RESET THE CHAININF-FILE INFO AND CHAIN TO ENTRYME.COM (MAINMENUE)    *
30 REM ************************************************************************
40 OPEN "R",#1,"CHAININF.DEP",26
50 FIELD #1,26 AS CHAININFO1$
60 LSET CHAININFO1$ = STRING$(26,48)
70 PUT #1,1
80 CLOSE #1
90 CHAIN "B:ENTRYME.COM"
«eof»