home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Database / GBROUTE1,03PLUS.DMS / in.adf / Edit2Floppy < prev    next >
Encoding:
AmigaDOS Script File  |  1991-09-12  |  989 b   |  32 lines

  1. .key dummy
  2.  
  3. ;+----------------------------------------------------------+
  4. ;| Complex Computers 1991 - Installation Script. 07-Sept-91 |
  5. ;+----------------------------------------------------------+
  6.  
  7.  
  8. echo "*n*E[32mGBRPlusEdit*E[0m Installation Utility*n"
  9.  
  10. echo "To make room on the GBRoutePlus disk the GBRPlusEdit demo will"
  11. echo "be deleted,the GBRPlusEdit files will be copied to the GBRoutePlus disk."
  12. echo "It is advisable to use a backup copy of GBRoutePlus."
  13.  
  14. ask "*nAre you absolutely sure you want to do this? (Y/N) "
  15.     
  16.  if warn
  17.      delete GBRoutePlus:slides all
  18.      delete GBRoutePlus:GBRPlusEditDEMO
  19.      delete GBRoutePlus:GBRPlusEditDEMO.info
  20.      copy GBRPlusEdit:GBRPlusEdit to GBRoutePlus:
  21.      copy GBRPlusEdit:GBRPlusEdit.info to GBRoutePlus:
  22.      copy GBRPlusEdit:GBR1+.dat to GBRoutePlus:
  23.      copy GBRPlusEdit:GBR2+.dat to GBRoutePlus:
  24.      
  25.      echo "*nGBRPlusEdit has been installed sucessfully."
  26.     
  27.   else   
  28.  
  29.     echo "*nInstallation terminated."
  30.  
  31. endif 
  32.