;***********************************************************************;
;                         ViroCop AGA                                   ;
;                  Shell & Workbench startup                            ;
;***********************************************************************;

ViroCop:c/SetPatch QUIET
Echo "ViroCop AGA requires all of your computer's resources."
Echo "  Any other programs currently running will be lost."
Ask  "            Do you wish to continue? (Y/N)"
If WARN
   ViroCop:AskBoot
   If WARN
      Assign Libs: ViroCop:Libs Add
      ViroCop:ViroCopNTSC
   Else
      Assign Libs: ViroCop:Libs Add
      ViroCop:ViroCopPAL
   EndIF
EndIf
