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

⟦1384fd70f⟧ TextFile

    Length: 847 (0x34f)
    Types: TextFile
    Names: »INSTGAS.BAT«

Derivation

└─⟦b22b9dd89⟧ Bits:30002852 Gymnasie Administrations Systemet v. 3.6 Disk 1/2
    └─⟦this⟧ »INSTGAS.BAT« 

TextFile

rem  *** INSTALLATION AF GAS VERSION 3.6 ***
echo off
IF @%1 == @ goto fejl1
IF @%2 == @ goto fejl2
IF @%3 == @ goto fejl3
rem
IF %1 == ibm goto start
IF %1 == IBM goto start
IF %1 == Ibm goto start 
rem
IF %3 == 0 goto user
IF %3 == 1 goto user
IF %3 == 2 goto user
IF %3 == 3 goto user
IF %3 == 4 goto user
IF %3 == 5 goto user
IF %3 == 6 goto user
IF %3 == 7 goto user
IF %3 == 8 goto user
IF %3 == 9 goto user
IF %3 == 10 goto user
IF %3 == 11 goto user
IF %3 == 12 goto user
IF %3 == 13 goto user
IF %3 == 14 goto user
IF %3 == 15 goto user
rem
goto start
rem
:user
user %3
goto start
rem
:fejl1
echo Mangler maskinspecifikation (RC eller IBM)
:fejl2
echo Mangler diskangivelse (B, C eller D)
:fejl3
echo Mangler katalog eller brugernummer
goto stop
rem
:start
gasinst %1 %2 %3
goto stop
rem
:stop