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