home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 14 / AACD14.ISO / .autorun next >
AmigaDOS Script File  |  2000-09-21  |  600b  |  34 lines

  1. .key BOOT,DISC
  2. .bra {
  3. .ket }
  4. .def DISC AACD14:
  5.  
  6. ;set echo on
  7. cd {DISC}
  8.  
  9. KeyPressed 96 97
  10. if WARN
  11.     System/C/RequestChoice "Amiga Active CD" "Skipping AutoRun" "OK"
  12.     Quit
  13.     EndIf
  14.  
  15. If $AACDload EQ 0
  16.     Execute Welcome QUIET=YES
  17. Else
  18.     If $AACDload EQ 3
  19.         Execute Welcome
  20.     Else
  21.         set choice `System/C/RequestChoice "Amiga Active CD" "Autorun is now initialising your AACD*NWould you like it to load the Welcome page?" "Not now|This time|Always|Never"`
  22.         setenv AACDload $choice
  23.         copy ENV:AACDload ENVARC:
  24.  
  25.         If $AACDload GT 1
  26.             Execute Welcome
  27.         Else
  28.             Execute Welcome QUIET=YES
  29.             EndIf
  30.         EndIf
  31.     EndIf
  32.  
  33.  
  34.