home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / CD32 / OVERCD93.DMS / in.adf / S / startup-sequence600 < prev   
Encoding:
Text File  |  1994-12-13  |  869 b   |  36 lines

  1. c:cdboot
  2. if WARN 
  3.    c:mount CD0: 
  4.    CD0:
  5.    resident c:assign pure add
  6.    resident c:execute pure add
  7.    failat 100
  8.    assign >NIL: OLDSYS: SYS:
  9.    assign >NIL: T: RAM:
  10.    assign >NIL: SYS: CD0:
  11.    assign >NIL: C: SYS:c
  12.    assign >NIL: LIBS: SYS:libs
  13.    assign >NIL: DEVS: SYS:devs
  14.    assign >NIL: L: SYS:l
  15.    assign >NIL: S: SYS:s
  16.    assign >NIL: FONTS: SYS:fonts
  17.    assign >NIL: LIBS: OLDSYS:libs ADD
  18.    assign >NIL: DEVS: OLDSYS:devs ADD
  19.    assign >NIL: SYS: OLDSYS: ADD
  20.    resident assign remove
  21.    OLDSYS:c/runback >NIL: OLDSYS:system/nofastmem
  22.    if exists s:startup-sequence
  23.       execute s:startup-sequence
  24.    else
  25.       if exists startup-sequence
  26.          execute startup-sequence
  27.       else
  28.          echo "No 'startup-sequence' on CD0:"
  29.          execute s:startup-sequence.std
  30.       endif
  31.    endif
  32. else
  33.    mount CD0:
  34.    execute s:startup-sequence.std
  35. endif
  36.