; Cyclone Update Script 0.7
;  Copyright 1996 by Gary Colville
;
; Updates Cyclone V1.10d to V1.20a
;
RequestChoice > Env:rcnum "Cyclone Updater" "About to update your Cyclone installation *nfrom release 1.10d to 1.20a. Is this okay?" "Ok|Cancel"
if $rcnum eq 1
 copy Bin020/Cyclone to Cyclone:
 copy Bin020/FastImport to Cyclone:
 copy Bin020/Cyclone.Info to Cyclone:
 copy Bin020/FastImport.Info to Cyclone:
 Delete Cyclone:Contribs/#? >NIL:
 copy Contribs to Cyclone:contribs ALL >NIL:
 copy Previews to Cyclone:Previews ALL >NIL:
 copy ReadMe.NOW! to Cyclone:
 copy ReadMe.NOW!.Info to Cyclone:
 Delete Cyclone:Docs/#?  >NIL:
 UpdatePrefs
 copy docs/#? to Cyclone:Docs  > NIL:
 copy rexx/#? to Cyclone:Rexx  > NIL:
 copy Main/Arexx.dat to Cyclone: >NIL:
 RequestChoice >NIL: "Cyclone Updater" "Update Complete!" "Ok"
endif
if $rcnum eq 0
 RequestChoice >NIL: "Cyclone Updater" "Update Aborted!" "Ok"
endif
