home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 1354.dms / in.adf / S / startup-sequence < prev   
Encoding:
Text File  |  1989-02-19  |  356 b   |  21 lines

  1. SetMap d
  2. Type s/Mitteilung
  3. Intro
  4. 3d
  5. Intro2
  6. AvailMem
  7. If WARN
  8.   SYS:RtE
  9. Else
  10.   Makedir RAM:Planets
  11.   MakeDir RAM:Stars
  12.   MakeDir RAM:Ships
  13.   MakeDir RAM:DockPics
  14.   Copy SYS:Planets all to RAM:Planets quiet
  15.   Copy SYS:Stars all to RAM:Stars quiet
  16.   Copy SYS:Ships all to RAM:Ships quiet
  17.   Copy SYS:DockPics all to RAM:DockPics quiet
  18.   CD RAM:
  19.   SYS:RtE
  20. EndIf
  21.