home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #2 / RBBS_vol1_no2.iso / 009z / pcjr.pat < prev    next >
Text File  |  1985-03-23  |  1KB  |  37 lines

  1.      MicroPro released a new version of WordStar last year that should
  2. prove most useful to programmers and others who need a heavy-duty
  3. text cruncher - if you can find someone who sells it!
  4.  
  5.      This new version has many features absent from earlier versions, including
  6. full support of DOS 2.0 pathnames - all file operations (edit, print, copy,
  7. rename, etc) are global across directory paths!  There are no more overlays;
  8. it is one big EXE file.  You can remove your program disk once it starts,
  9. and there is no wait for overlays to be shuffled.  The sucker runs much
  10. faster than version 3.3, has context-sensitive function keys, and fully
  11. supports most "smart" dot-matrix printers.  Plus, the documentation is
  12. quite well done.
  13.  
  14.      Only a few gotchas - first of all, it runs only on a PCjr!  The patch
  15. below should let you run it on a regular PC.  Also, there are no MailMerge
  16. or spelling corrector, but it works great if all you do is edit and print.
  17. Lastly, it is hard to find!  I've seen a few discount places advertising
  18. it, and some local dealers stock it.
  19.  
  20. To make it run on a PC, use the following commands:
  21.  
  22.     1) Make a copy of your program disk!
  23.  
  24.     2) Put it in A:, REN A:WSU.EXE W
  25.  
  26.     3) DEBUG A:W
  27.  
  28.     4) E 3CB2 EB        (should have had a 74 there)
  29.  
  30.     5) W            (write file back to disk)
  31.  
  32.     6) Q            (quit DEBUG)
  33.  
  34.     7) REN A:W WSU.EXE
  35.  
  36.     8) Run the install program and enjoy!
  37.