home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / news / 2293 / qcp.txt < prev    next >
Text File  |  1994-02-01  |  1KB  |  39 lines

  1. *
  2. * QCP.TXT -- Sample QEdit macros for QCP, version 2.08
  3. * Author:  Tim Farley
  4. * Date:    20-March-1990
  5. *
  6. * Modified: 5-Nov-1993  Kevin A. Carr   Modified to handle the Extended Attribute
  7. *                                       prompt from the SaveFile in the OS/2 version.
  8. *
  9.  
  10. *
  11. * ^F9 is our "Compile" macro
  12. *
  13. *  Note that this macro causes the the Output file name ($O) to be ERRORS.LST
  14. *  in the current directory, and the Macro file name ($M) to be ERRORS.MAC,
  15. *  also in the current directory.  This is forced via the /M and /O command
  16. *  line switches.
  17. *
  18. *  If you have a RAM disk, you will probably want to edit this macro
  19. *  (and/or change the ..O and ..M values in your QCP.DAT) to locate these
  20. *  files on the RAM disk for faster operation.  If you configure QCP
  21. *  properly, making sure the filenames used for $O and $M are always the
  22. *  same as those referenced in this macro, then you can remove the /O and
  23. *  /M options below, saving some space here (since QCONFIG has a limited
  24. *  space for macros).
  25. *
  26. ^f9     SaveFile Jump continue Escape continue:
  27.         OneWindow UnmarkBlock MarkLine
  28.         EditFile 'errors.lst' Return
  29.         Quit GotoBlockBeg
  30.         Dos 'QCP/O.\errors.lst /M.\errors.mac ' CurrentFilename Return
  31.         " " HorizontalWindow
  32.         EditFile Return
  33.         PrevWindow
  34.         MacroRead 'errors.mac' Return
  35.         UnMarkBlock
  36.  
  37. *
  38. * EOF: QCP.TXT *
  39.