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 - download

⟦c7d0a763d⟧ TextFile

    Length: 465 (0x1d1)
    Types: TextFile
    Names: »vmslogin.com«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/gnu-31mar87/scheme/microcode/vmslogin.com« 

TextFile

! Logical names

$ MYDISK = "''F$PARSE("[]",,,"DEVICE")'"
$ MYDIR = "''F$DIR()'"
$ define COM "''MYDISK'''MYDIR'"
$ write sys$error "[Scheme source directory defaults to ''MYDISK'''MYDIR']"
$ define SCM COM:

! Various convenient commands

$ ccm		:== @COM:VMSCCM.COM
$ ccm_switches	:== /debug=all

$ link_switches	== "" ! or "/debug"
$ define lnk$library sys$library:crtlib

$ psbtobin == "$SCM:PSBTOBIN"
$ findprim == "$SCM:FINDPRIM"
$ scheme == "@COM:VMSSCHEME"