home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 57 / af057b.adf / s / startup-sequence
Text File  |  1994-01-26  |  273b  |  20 lines

  1. setpatch
  2.  
  3. assign b: :
  4.  
  5. Echo " "
  6. Echo "Welcome to the Amiga Format Coverdisk 57B"
  7. Echo " "
  8. Echo "Do you want to play Arcade Pool?"
  9. Ask "Please answer yes or no....  "
  10.  
  11. if warn
  12.    b:pooldemo/boot
  13. endif
  14.  
  15. Echo "Hokay. Please wait while I load the Workbench..."
  16.  
  17. loadwb
  18. endcli
  19.  
  20.