home *** CD-ROM | disk | FTP | other *** search
- failat 21
-
-
-
- ;make some directories in ram:
- ram:makedir ram:Ww
- ram:makedir ram:Ww/fonts
- ram:makedir ram:Ww/fonts/Condensed60
- ram:makedir ram:Ww/fonts/Pica60
- ram:makedir ram:Ww/libs
- ram:makedir ram:Ww/devs
- ram:makedir ram:Ww/devs/printers
- ram:makedir ram:Ww/l
- ram:makedir ram:Ww/s
- ram:makedir ram:Ww/c
-
- ;copy WB disk to RAM
- ram:copy c:ff ram:Ww/c
- ram:copy libs:diskfont.library ram:Ww/libs
- ram:copy libs:icon.library ram:Ww/libs
- ram:copy devs:parallel.device ram:Ww/devs
- ram:copy devs:serial.device ram:Ww/devs
- ram:copy devs:printer.device ram:Ww/devs
- ram:copy devs:narrator.device ram:Ww/devs
- ram:copy devs:system-configuration ram:Ww/devs
- ram:copy devs:printers ram:Ww/devs/printers quiet
- ram:copy l:Speak-Handler ram:Ww/l
-
-
-
- ;if all the files are lharced then decompress them to ram:ww
- ;if not using lharc then comment this line out
- ;see also below about copying Wordworth disk
-
- Coverdisk_24:c/lharc e ww.lzh ram:ww/
-
-
- ;copy Wordworth disk to RAM
- ;if lharc used then no ned to copy so comment out these lines
- ;lharc has already placed them in the ram disk for us
- ;ram:copy Glossary ram:Ww
- ;ram:copy DefGlossary ram:Ww
- ;ram:copy IconFile ram:Ww
- ;ram:copy WordworthDemo ram:Ww
- ;ram:copy WordworthMenus ram:Ww
- ;ram:copy WordworthMessages ram:Ww
- ;ram:copy Help.English ram:Ww
- ram:copy Coverdisk_24:9 ram:Ww/fonts/Pica60
- ram:copy Coverdisk_24:6 ram:Ww/fonts/Condensed60
- ram:copy Coverdisk_24:Condensed60.font ram:Ww/fonts
- ram:copy Coverdisk_24:Pica60.font ram:Ww/fonts
- ram:copy Coverdisk_24:WWReq.library ram:Ww/libs
- ram:copy Coverdisk_24:startup-sequence ram:Ww/s
-
- ;It nearly worked, Digita!
-
- ;now the Times & Helvetica font from the Extras disk
- ram:copy "Extras 1.3:fonts/Times" ram:Ww/fonts/Times all
- ram:copy "Extras 1.3:fonts/Times.font" ram:Ww/fonts/Times.font
- ram:copy "Extras 1.3:fonts/Helvetica" ram:Ww/fonts/Helvetica all
- ram:copy "Extras 1.3:fonts/Helvetica.font" ram:Ww/fonts/Helvetica.font
-
- ;now make Wordworth a Bootable disk
- ram:copy ram:Ww Wordworth: all
- ;wordworth disk must be in DF0: to make bootable
- ram:install df0:
-
-
-
-