home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / packer / zzap62 / secret.txt < prev    next >
Text File  |  1990-07-27  |  1KB  |  24 lines

  1. There are a few undocumented features in ZZAP.  I'm telling you about them
  2. because I trust you (don't tell anyone).  Since these are undocumented,
  3. they are completely unsupported.  Don't complain if things don't work
  4. perfectly when you use these extras and don't even consider calling me
  5. wanting customer support regarding them!
  6.  
  7. The command line switch /Z enables and disables I/O redirection.  If you
  8. include /Z- on the command line none of the inputs or outputs of the
  9. executed arc programs will be redirected.  I added this option so I could
  10. watch the "action" of programs when I test ZZAP without having to change
  11. my configuration file.
  12.  
  13. Besides using %1 to indicate the placement of the archive file name on
  14. the command lines (in the configuration file), there are a few other
  15. placement characters:
  16.  
  17.     %D  -  The drive letter without a colon, e.g. C
  18.     %E  -  Archive extension without a period, e.g. ZIP
  19.     %F  -  File name and extension (no path), e.g. MYFILE.ZIP
  20.     %N  -  Filename only, e.g. MYFILE
  21.     %P  -  Pathname only, e.g. C:\ARCHIVES
  22.     %S  -  Pathname with a backslash, e.g. C:\ARCHIVES\
  23.     %1  -  The full path and name, e.g. C:\ARCHIVES\MYFILE.ZIP
  24.