home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / dev / m2 / modula / install < prev    next >
Encoding:
Text File  |  1994-07-30  |  355 b   |  16 lines

  1. IF NOT EXISTS dice/bin
  2.   echo "You have not extracted the dice archive (see README file)"
  3. ELSE
  4.   echo "setenv DCCOPTS -2.0"
  5.   setenv DCCOPTS -2.0
  6.   echo "assign DLIB: dice/dlib"
  7.   assign DLIB: dice/dlib
  8.   echo "path dice/bin add"
  9.   path dice/bin add
  10.   echo "path bin add"
  11.   path bin add
  12.   echo "assign MODULA: "
  13.   assign MODULA: ""
  14.   echo "done..."
  15. ENDIF
  16.