home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 24 / af024a.adf / Wordworthinstall2 < prev    next >
Text File  |  1991-05-10  |  2KB  |  70 lines

  1. failat 21
  2.  
  3.  
  4.  
  5.     ;make some directories in ram:
  6. ram:makedir ram:Ww
  7. ram:makedir ram:Ww/fonts
  8. ram:makedir ram:Ww/fonts/Condensed60
  9. ram:makedir ram:Ww/fonts/Pica60
  10. ram:makedir ram:Ww/libs
  11. ram:makedir ram:Ww/devs
  12. ram:makedir ram:Ww/devs/printers
  13. ram:makedir ram:Ww/l
  14. ram:makedir ram:Ww/s
  15. ram:makedir ram:Ww/c
  16.  
  17.     ;copy WB disk to RAM
  18. ram:copy c:ff ram:Ww/c
  19. ram:copy libs:diskfont.library ram:Ww/libs
  20. ram:copy libs:icon.library ram:Ww/libs
  21. ram:copy devs:parallel.device ram:Ww/devs
  22. ram:copy devs:serial.device ram:Ww/devs
  23. ram:copy devs:printer.device ram:Ww/devs
  24. ram:copy devs:narrator.device ram:Ww/devs
  25. ram:copy devs:system-configuration ram:Ww/devs
  26. ram:copy devs:printers ram:Ww/devs/printers quiet
  27. ram:copy l:Speak-Handler ram:Ww/l
  28.  
  29.  
  30.  
  31. ;if all the files are lharced then decompress them to ram:ww
  32. ;if not using lharc then comment this line out
  33. ;see also below about copying Wordworth disk
  34.  
  35. Coverdisk_24:c/lharc e ww.lzh ram:ww/
  36.  
  37.  
  38.     ;copy Wordworth disk to RAM
  39.     ;if lharc used then no ned to copy so comment out these lines
  40.     ;lharc has already placed them in the ram disk for us
  41. ;ram:copy Glossary ram:Ww
  42. ;ram:copy DefGlossary ram:Ww
  43. ;ram:copy IconFile ram:Ww
  44. ;ram:copy WordworthDemo ram:Ww
  45. ;ram:copy WordworthMenus ram:Ww
  46. ;ram:copy WordworthMessages ram:Ww
  47. ;ram:copy Help.English ram:Ww
  48. ram:copy Coverdisk_24:9 ram:Ww/fonts/Pica60
  49. ram:copy Coverdisk_24:6 ram:Ww/fonts/Condensed60
  50. ram:copy Coverdisk_24:Condensed60.font ram:Ww/fonts
  51. ram:copy Coverdisk_24:Pica60.font ram:Ww/fonts
  52. ram:copy Coverdisk_24:WWReq.library ram:Ww/libs
  53. ram:copy Coverdisk_24:startup-sequence ram:Ww/s
  54.  
  55. ;It nearly worked, Digita!
  56.  
  57.     ;now the Times & Helvetica font from the Extras disk
  58. ram:copy "Extras 1.3:fonts/Times" ram:Ww/fonts/Times all
  59. ram:copy "Extras 1.3:fonts/Times.font" ram:Ww/fonts/Times.font
  60. ram:copy "Extras 1.3:fonts/Helvetica" ram:Ww/fonts/Helvetica all
  61. ram:copy "Extras 1.3:fonts/Helvetica.font" ram:Ww/fonts/Helvetica.font
  62.  
  63.     ;now make Wordworth a Bootable disk
  64. ram:copy ram:Ww Wordworth: all
  65.     ;wordworth disk must be in DF0: to make bootable
  66. ram:install df0:
  67.  
  68.  
  69.  
  70.