home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / boot / selector / examples / setup < prev    next >
Encoding:
Text File  |  1998-01-23  |  207 b   |  15 lines

  1. copy >nil: S:rgst7-startup.copy env:scnt
  2. setenv scnt `eval $scnt+1`
  3.  
  4. if 3 GT $scnt VAL
  5.     selector logo
  6. endif
  7.  
  8. if 8 EQ $scnt VAL
  9.     selector comeon
  10. endif
  11.  
  12.  
  13. copy >nil: env:scnt S:rgst7-startup.copy
  14. unsetenv scnt
  15.