home *** CD-ROM | disk | FTP | other *** search
/ The Epic Interactive Encyclopedia 1997 / The_Epic_Interactive_Encyclopedia_97.iso / amicdfs-install < prev    next >
Text File  |  1996-12-20  |  2KB  |  54 lines

  1. ;Installer for AMICDFS
  2.  
  3. ;copy cd0:AmiCDFileSystem/CD0 Devs:DosDrivers
  4. ;copy cd0:AmiCDFileSystem/CD0.info Devs:DosDrivers
  5.  
  6. ;copy cd0:AmiCDFileSystem/L/AmiCDFileSystem L:
  7.  
  8. ;Epic_Encyclopedia:Menufiles/Installfiles/SavReset
  9.  
  10.  
  11.  
  12. ; AmiCDFS Installer Script V1.0
  13. ; (By Vince Pike - 20 Dec 1996)
  14.  
  15. (complete 0)
  16. (Welcome)
  17.  
  18. (message "** IMPORTANT INFORMATION **\n\nThis Script copies the necessary AmiCDFS system files to your Workbench partition.\n\nYou may need to change the CD0 information to match that of your CD-ROM drive.\n\nThe CD0 icon can be located in the Devs:DosDriver drawer!")
  19.  
  20. (Complete 1)
  21.  
  22. (complete 10)
  23.  
  24. (copyfiles
  25.    (prompt "Coping Devs...")
  26.    (source "Epic_Encyclopedia:AmiCDFileSystem/CD0")
  27.    (dest "Devs:DosDrivers")
  28.    (files)
  29. )
  30.  
  31. (copyfiles
  32.    (prompt "Coping Devs...")
  33.    (source "Epic_Encyclopedia:AmiCDFileSystem/CD0.info")
  34.    (dest "Devs:DosDrivers")
  35.    (files)
  36. )
  37.  
  38. (copyfiles
  39.    (prompt "Coping Devs...")
  40.    (source "Epic_Encyclopedia:AmiCDFileSystem/L/AmiCDFileSystem")
  41.    (dest "L:")
  42.    (files)
  43. )
  44.  
  45. (message "** TECHNICAL INFORMATION **\n\nIf your CD-ROM drive fails to recognize any CDs, Modify the following ToolTypes to match your system configuration.\n\n>DEVICE   The name of the device the CD-ROM drive is connected to.\n>UNIT   The device unit.\n>CONTROL   L=LOWERCASE/S   T=TRACKDISK/S\n\nIf your drive still doesn't work, try setting this option - P=POLL/S\n\n\nFor Technical assistance please call 0 1793 514187 3pm - 5:30pm")
  46.  
  47.  
  48. (complete 99)
  49.  
  50. (run "Epic_Encyclopedia:Menufiles/Installfiles/SavReset"
  51.    (prompt "We will now have to reboot your computer, before pressing Proceed please make sure that you have no unsaved files and that all drive lights are out.")
  52.    (help "We will now have to reboot your computer, before pressing Proceed please make sure that you have no unsaved files and that all drive lights are out.")
  53.    (confirm)
  54. )