home *** CD-ROM | disk | FTP | other *** search
/ PC User 1997 July / PCU_JULY97.ISO / general / dos / quickref / template.mcr < prev    next >
Encoding:
Text File  |  1997-02-08  |  1.5 KB  |  35 lines

  1. 'File: TEMPLATE.MCR
  2. 'Sample / template QuickRef Project Assistant macro file
  3.  
  4. 'Use macro files to automaticaly insert a batch of typical "to-do" items into
  5. 'a project's set of records.
  6.  
  7. 'The macro file format could not be simpler. It is just a plain ASCII text 
  8. 'file containing individual lines of text, each of which will become a "to-do"
  9. 'line item when the macro is run.
  10.  
  11. 'The only rules are as follows:
  12.  
  13. '     plain ASCII text only
  14. '     blank lines, and lines starting with ' are ignored
  15. '     notes will be truncated at 40 characters
  16. '     filename must end in the extension .MCR
  17. '     "STANDARD.MCR" is hardwired into the program as the default name
  18. '     must be stored in the main T&M data directory
  19.  
  20. 'You may create as many macro files as you wish, and they may contain as many
  21. 'line items as you wish. If you are only going to use one macro, or if you use
  22. 'one a lot more often than others, name it "STANDARD.MCR" to avoid having to
  23. 'type a filename each time.
  24.  
  25. 'This template file should have been set to "read-only" during the 
  26. 'installation process. When you select MAKE A NEW MACRO from the macro menu,
  27. 'your text editor will start and load this file. Immediately use your editor's
  28. '"save as" function to save the template as a new .MCR file, and then start 
  29. 'adding your own lines below. (Retain these instructions in the file for 
  30. 'future reference). 
  31.  
  32. 'The next line is a "real" macro entry... (no preceeding ')
  33.  
  34. learn how to use the macro utility
  35.