home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 3 / AACD03.BIN / AACD / Magazine / Guru / ChoosePPC2 < prev    next >
Text File  |  1999-10-25  |  310b  |  18 lines

  1. ;Check for F8 key
  2. KeyPressed 87
  3. If WARN
  4.     ; Use PowerUp
  5.     Copy LIBS:ppc.library.PowerUp LIBS:ppc.library CLONE QUIET
  6.     EndIf
  7.  
  8. ;Check for F9 key
  9. KeyPressed 88
  10. If WARN
  11.     ; Use WarpUp
  12.     Copy LIBS:ppc.library.WarpUp LIBS:ppc.library CLONE QUIET
  13.     EndIf
  14.  
  15. ; Otherwise use whatever was selected last time
  16. PPCInstall >NIL:
  17.  
  18.