home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / tools / project / pscm.mac < prev    next >
Text File  |  1992-07-30  |  2KB  |  60 lines

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