home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / PROGRAMS / WSTAR / WSTIPS2.TXT < prev    next >
Text File  |  2000-06-30  |  3KB  |  69 lines

  1. MULTIPLE COPIES IN WORDSTAR
  2.  
  3. "WordStar is the most powerful word processor ever developed for CP/M
  4. computers.  It's hard to learn, though, because you have to memorize so
  5. many multiple-keystroke commands.  In addition, it lacks two of Perfect
  6. Writer's capabilities: (1) block-deletes can't be "yanked back": once
  7. you delete something from WordStar it's gone forever; and (2) WordStar
  8. can't print multiple copies."
  9.  
  10. If you can't find at least five errors in that statement, you're not
  11. trying.  The multiple-copy canard, for example, is so often repeated
  12. that you'd think nobody had ever seen MailMerge.  If you've seen it (as
  13. a file on your WordStar disk that's called MAILMRGE.OVR), then all you
  14. have to do to print multiple copies is type M (instead of P) followed by
  15. a <CR> when you return to the Opening Menu to print your file.  You will
  16. be presented with a dialogue that's exactly like the customary printing
  17. dialogue, except for the fourth question, "Number of copies".
  18.  
  19. And if you don't have MailMerge?  In that case, the only program you'll
  20. really need is an interactive batch-processor like EX.COM, a
  21. public-domain utility that's available from most bulletin boards.  Copy
  22. it to your WordStar disk, put that disk in Drive A and the file you want
  23. to print in Drive B, and bring up CP/M's A> prompt.  Then turn your
  24. printer on and type the following, substituting the actual name of your
  25. file for "filename.ext".
  26.  
  27.      EX <CR>
  28.      WS <CR>
  29.      P B:filename.ext <ESC> <CR>
  30.      P B:filename.ext <ESC> <CR>
  31.      X <CR>
  32.      <CR>
  33.  
  34. That will print two copies of FILENAME.EXT.  If you want three copies,
  35. add another repetition of P B:FILENAME.EXT <ESC> <CR>.  And so on.
  36.  
  37. THE WORDSTAR YANKBACK
  38.  
  39. To be able to recover from a bungled block-delete in WordStar you must
  40. make it a habit always to save your text (<CTRL>-K S) before issuing the
  41. block-delete command (<CTRL>-K Y).  Then if you find that you've deleted
  42. something you wanted to keep, all you have to do is abandon the file
  43. (<CTRL>-K Q), which will return you to the Opening Menu, from which you
  44. can then call the file back exactly as it was the moment before you
  45. carried out your ill-fated deletion.
  46.  
  47. That's all well and good, but of course the very absent-mindedness that
  48. led you to mark the wrong passage for deletion in the first place, is
  49. just as likely to make you forget to save the file before doing a
  50. block-delete.  That's why you'd be better off using a key-definition
  51. package like SmartKey or Backgrounder to automate the whole process, by
  52. defining two special keys as follows:
  53.  
  54.      BLOCK-DELETE | UNDO
  55.      <CTRL>-K S | <CTRL>-K Q
  56.      <CTRL>-Q P |  Y
  57.      <CTRL>-K Y |  D
  58.       | <CTRL>-R
  59.       | <CR>
  60.  
  61. Mark the block in the usual way, but execute the actual deletion by
  62. pressing your new Block-Delete key.  If the results distress you, press
  63. the new Undo key immediately and the missing text will be yanked back,
  64. almost as if you were using Perfect Writer.
  65.  
  66. A word of caution, however: be sure to locate your Undo key someplace
  67. where you'll be unlikely to strike it by accident.  You can recover from
  68. a block-delete now, but a careless yankback can still do you in.
  69.