home *** CD-ROM | disk | FTP | other *** search
/ The Education Master 1994 (4th Edition) / EDUCATIONS_MASTER_4TH_EDITION.bin / files / commadio / omrutils / proc1.exe / PROC.NFO < prev    next >
Text File  |  1993-12-22  |  1KB  |  34 lines

  1. I doubt this will fly, so just consider it PD.  But, if you want the latest
  2. version (which undoubtely is being used by me<g>) you can send me $10.
  3.  
  4. Hey, since I'm not selling this thing, I'm not writing any extensive doc's.
  5.  
  6. What it does is read information out of a definition file and converts a text
  7. file according to the definitions.  It's like a programming preprocessor.
  8.  
  9. You make such definitions in a file like:
  10.  
  11. sysop=SysOp
  12. bbs=BBS
  13.  
  14. When you run these definitions on a file it will change:
  15.  
  16. Fix your bbs, you stupid sysop!!!
  17.  
  18. to this:
  19.  
  20. Fix your BBS, you stupid SysOp!!!
  21.  
  22. after reading the definitions from the file.  If you can understand it, just
  23. get in touch with me.  I'm the magazine producer.  Here's the format:
  24.  
  25. PROC [text file to be altered] [file that has definitions within]
  26.  
  27. (Example:  PROC AUTOEXEC.BAT SYSTEM.ALT, this will alter your AUTOEXEC.BAT file
  28. using the definitions in SYSTEM.ALT.)
  29.  
  30. -Scott Merritt
  31.  
  32. I personally use this in my batch file that is run each time I edit mail so
  33. my messages always look a little better.
  34.