home *** CD-ROM | disk | FTP | other *** search
/ GCW Games & More & Wacky Windows Companion / gcw.iso / win / util / zipman / zmw.ini < prev   
INI File  |  1994-06-21  |  1KB  |  42 lines

  1. ; defaults for compressing to ZIP
  2. ; DefaultName=FILENAME - Default name for new ZIP file
  3. ; ZipCmd may be =Add, =Update, =Freshen, or =Move
  4. ; FileComment = Yes to prompt for comment the compressed file
  5. ; IndivComment = Yes to prompt for each file comment
  6. ; StorePaths = yes to store the full DOS path name of each file compressed
  7. ; DriveLetter = yes to add drive letter when store paths is used
  8. ; CompMethod =1 for Deflate, =2 for Implode, =3 for Shrink, or =4 for Store
  9. ; Deflate level.  Only used when CompMethod=1, 1 is fastest, 9 is smallest
  10. ; Dirs=Yes to create directories when stored with file
  11. ; OverWrite = Yes to overwrite existing files with no prompt when extracting
  12. ; Newer = Yes to extract if extracted file is newer
  13. ; StartUpDir = set the startup dir to force ZMW to start in the desired dir
  14. ; OutPutDir =  default destination path for extracted files
  15. ; WinX, WinY, WinW, WinH = main window left, right, top, bottom settings
  16. ; FileBrowser = full pathname to file browser.  If no entry here, ZMW will
  17. ;   use its internal browser.
  18.  
  19. [ZipDefaults]
  20. DefaultName=
  21. Cmd=Add
  22. FileComment=No
  23. IndivComments=No
  24. StorePaths=No
  25. DriveLetter=No
  26. CompMethod=1
  27. DeflateLevel=9
  28.  
  29. [UnZipDefaults]
  30. OverWritePrompt=Yes
  31. Newer=Yes
  32.  
  33. [GeneralDefaults]
  34. CopyOverWritePrompt=Yes
  35. StartUpDir=
  36. OutPutDir=
  37. WinX=10
  38. WinY=5
  39. WinW=470
  40. WinH=300
  41. FileBrowser=
  42.