home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / internet / tcpip204 / TCPIP_New / ConfigInfo < prev   
Text File  |  1994-08-18  |  1KB  |  26 lines

  1. # ===================================================================
  2. # Config system commands (for those who want to create scripts for
  3. # there own applications.
  4. #
  5. # Commands are as follows:
  6. #
  7. # #                                   - comment, as you probably guessed!
  8. # set <varname> "<string>"            - sets a variable to a given value
  9. # create <type> <name>                - create a typed file or directory
  10. # copy <source> <dest>                - copy a file with no translation
  11. # delete <file>                       - delete a file if it exists
  12. # translate <source> <dest> [<cmd>]   - translate file, substituting vars
  13. #
  14. # if "<cmd>" is given with translate, then all known variables are
  15. # included at head file prefixed with the required command. For eg,
  16. # for this and for !TCPIP you would use "set "
  17. #
  18. # Delete needs a full pathname to a file
  19. # Copy and Translated expect to file the source file relative to
  20. # !Process.Files
  21. #
  22. # If you need C libraries for handling these variables, or processing
  23. # this file, email me: adam@comptech.demon.co.uk
  24. #
  25. # ===================================================================
  26.