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 >
Wrap
Text File
|
1993-12-22
|
1KB
|
34 lines
I doubt this will fly, so just consider it PD. But, if you want the latest
version (which undoubtely is being used by me<g>) you can send me $10.
Hey, since I'm not selling this thing, I'm not writing any extensive doc's.
What it does is read information out of a definition file and converts a text
file according to the definitions. It's like a programming preprocessor.
You make such definitions in a file like:
sysop=SysOp
bbs=BBS
When you run these definitions on a file it will change:
Fix your bbs, you stupid sysop!!!
to this:
Fix your BBS, you stupid SysOp!!!
after reading the definitions from the file. If you can understand it, just
get in touch with me. I'm the magazine producer. Here's the format:
PROC [text file to be altered] [file that has definitions within]
(Example: PROC AUTOEXEC.BAT SYSTEM.ALT, this will alter your AUTOEXEC.BAT file
using the definitions in SYSTEM.ALT.)
-Scott Merritt
I personally use this in my batch file that is run each time I edit mail so
my messages always look a little better.