home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / lambda / soundpot / p / wstips.lbr / WSTIPS2.TZT / WSTIPS2.TXT
Encoding:
Text File  |  1993-10-25  |  4.9 KB  |  72 lines

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