home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / PSCM13.ZIP / PSCM.MAC < prev    next >
Encoding:
Text File  |  1992-07-31  |  2.0 KB  |  60 lines

  1.  
  2.         PSCM -- The Project Source Code Manager           July 31st, 1992
  3.  
  4.  
  5.  
  6.  
  7.         PSCM Macros
  8.         PSCM Macros
  9.         ___________
  10.         ___________
  11.  
  12.         PSCM  recognizes many different macros when extracting  a  source
  13.         code file for making.  The following are the macros recognized by
  14.         PSCM v1.3.
  15.  
  16.  
  17.  
  18.                   General Macros
  19.                   -------------------------------------------------------
  20.              @#D  System Date in the form mm/dd/yy
  21.              @#T  System Time in the form hh:mm:ss
  22.              @#P  Project name
  23.              @#c  Revision history comments
  24.  
  25.                   Configuration File Macros
  26.                   -------------------------------------------------------
  27.              @#S  System name from the PSCM config file
  28.              @#1  User parameter 1 from the PSCM config file
  29.              @#2  User parameter 2 from the PSCM config file
  30.              @#3  User parameter 3 from the PSCM config file
  31.              @#4  User parameter 4 from the PSCM config file
  32.              @#5  User parameter 5 from the PSCM config file
  33.              @#6  User parameter 6 from the PSCM config file
  34.              @#7  User parameter 7 from the PSCM config file
  35.  
  36.                   Version and Revision Macros
  37.                   -------------------------------------------------------
  38.              @#v  Version number in the form M.N
  39.              @#r  Revision number in the form M.N.R
  40.              @#M  Major version number
  41.              @#N  Minor version number
  42.              @#R  Revision number
  43.  
  44.                   Source File Modification Information Macros
  45.                   -------------------------------------------------------
  46.              @#d  File date in the form mm/dd/yy
  47.              @#t  File time in the form hh:mm:ss
  48.              @#f  File name and extension in the form filename.ext
  49.              @#F  File name part only (no extension)
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.         PSCM v1.3                                  Macro Quick Reference
  63.