home *** CD-ROM | disk | FTP | other *** search
/ In'side Shareware 1995 April / ish0495.iso / wintool / wipbuild / wipbldr.wip / $SAMPLE$.WCL (.txt) < prev    next >
LaTeX Document  |  1995-07-12  |  1KB  |  22 lines

  1. [Main]
  2. WIPFileName=c:\wipbldr\wipfiles\  
  3. ' when no filename is specified in the WIPFileName entry then
  4. ' a .wip will be built for EACH file found that matches the
  5. ' mask provided in the SourceMask entry.  Be sure to include the
  6. ' last "\" in this spec.
  7. WIPFileName=c:\wipbldr\wipfiles\testcmdl.wip
  8. ' when a filename is provided in the WIPFileName entry then
  9. ' a single .wip is built with all files matching the mask
  10. ' provided in the SourceMask entry.  The destination path and
  11. ' overwrite option will be the same for all files.
  12. ' Note: only one WIPFileName entry allowed.  The two entries shown
  13. '       here are for example only.
  14. SourceMask=c:\windows\system\msa*.dll    
  15. ' can contain a single file name or any valid mask with * and ? included
  16. DestPath=$WINSYS
  17. ' can also be $WIN, $RECIP_SELECTS, INI:\filename\section\entry, or a fully qualified path
  18. OverWriteOpt=1
  19. ' 1=version, 2=date/time, 3=always overwrite, 4=never overwrite
  20. Comment=Test WIP File [Hello WIP Recipient]
  21. ' A message to recipients can be enclosed in [  ] characters
  22.