DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

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

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦74672c7db⟧ TextFile

    Length: 265 (0x109)
    Types: TextFile
    Names: »msxtip.bat«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦71044c191⟧ »EurOpenD3/misc/kermit.ms-2.32.tar.Z« 
        └─⟦31f2d420d⟧ 
            └─⟦this⟧ »msxtip.bat« 

TextFile

REM  Builds MSVTIP.EXE from MSXTIP.ASM, MSYTIP.ASM, MSSDEF.H, MSS*.OBJ
DEL MSVTIP.EXE
IF "%1" == "LINK" GOTO LINK
MASM MSXTIP;
MASM MSYTIP;
:LINK
LINK MSSDMB MSSCMD MSSCOM MSSFIL MSSKER MSSRCV MSSSEN MSSSRV MSSSET MSSTER +
MSXTIP MSYTIP MSFIN,MSTIPRO;
DIR  MSTI*.*