home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 3
/
PDCD_3.iso
/
internet
/
tcpip204
/
TCPIP_New
/
ConfigInfo
< prev
Wrap
Text File
|
1994-08-18
|
1KB
|
26 lines
# ===================================================================
# Config system commands (for those who want to create scripts for
# there own applications.
#
# Commands are as follows:
#
# # - comment, as you probably guessed!
# set <varname> "<string>" - sets a variable to a given value
# create <type> <name> - create a typed file or directory
# copy <source> <dest> - copy a file with no translation
# delete <file> - delete a file if it exists
# translate <source> <dest> [<cmd>] - translate file, substituting vars
#
# if "<cmd>" is given with translate, then all known variables are
# included at head file prefixed with the required command. For eg,
# for this and for !TCPIP you would use "set "
#
# Delete needs a full pathname to a file
# Copy and Translated expect to file the source file relative to
# !Process.Files
#
# If you need C libraries for handling these variables, or processing
# this file, email me: adam@comptech.demon.co.uk
#
# ===================================================================