home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 November / VPR9811A.BIN / OLS / zip3j023 / zip3j023.lzh / SDK / CMD_ZIP.TXT < prev    next >
Text File  |  1998-08-10  |  3KB  |  87 lines

  1. #######################################################
  2.     ZIP32J.DLL  Zip() APIのコマンド説明
  3.     Zip() Function command/option DESCRIPTION.
  4. #######################################################
  5.  
  6. ●はじめに
  7. この文書ではZIP32J.DLLのZip() APIで用いるコマンドの簡単な説明を行います。
  8. 詳しくはInfo-ZIPのZIP2.2に付属のファイル「manual」も参照してください。
  9.  
  10. ●簡単な説明
  11. さしあたって
  12. -r <archive file> <source file> ...
  13. でディレクトリ付きで再帰的に圧縮できます。
  14. 他のオプションはあまりテストしていません。
  15. 「@FILENAME」によるレスポンスファイルの利用もできます。
  16.  
  17. ●コマンドラインの形式
  18.  
  19. [-<option> [-<option> [...]]] <zipfile> [<base_directory_name>\] files ...
  20.  
  21. ●オプション
  22.     -A    Adjust self-extractiong executable archive.
  23.         (?)
  24.     -d    Remove(delete) entries from a zip archive.
  25.         書庫内ファイルの削除
  26.     -D    Do not create entries in the zip archive for directories.
  27.         ディレクトリ名を格納しない。
  28.     -e    Encrypt the contents of the zip archive using a password.
  29.         暗号化を行う。
  30.     -f    Freshen(replace) an existing entry in the zip archive 
  31.         only if it has been modified more recently than the version 
  32.         already in the zip archive.
  33.             ex) zip -f foo
  34.         書庫内のファイルの更新を行う
  35.     -F    Fix
  36.         書庫の修復
  37.     -FF    書庫の修復(書庫サイズを信用しない)
  38.     -g    Grow(append t) the specified zip archive.
  39.     -h    Help
  40.     -j    Junk the path.
  41.         パス名を保存しないでファイル名だけ保存
  42.     -J    strip any prepended data(e.g. a SFX stub) from the archive.
  43.         自己解凍形式の書庫を普通の書庫にする。
  44.     -k    attempt to convert the names and paths to conform to MSDOS.
  45.         ファイル名をMSDOS形式に変換する。
  46.     -l    LF->CR LF変換(Unix->MSDOS)
  47.     -ll    CR LF->LF変換(MSDOS->Unix)
  48.     -m    Move the specified files into the zip archive;
  49.     -o    set Oldest time
  50.         書庫内のファイルの最終更新時刻を一番新しいファイルの日時に変更
  51.         (引数はファイルのみ)
  52.     -q    Quit mode.
  53.         メッセージを表示しない。
  54.     -r    travel the directory structure Recursively
  55.             ex) zip -r foo foo
  56.         指定したディレクトリ/ファイルを再帰的に保存する。
  57.     -R    travel the directory structure Recursively starting at the
  58.         current directory.
  59.             ex) zip -R foo *.c
  60.         カレントディレクトリ以下の構造でを再帰的に検索し保存する。
  61.         (*.cにマッチするもののみ保存する)
  62.     -S    include System and hidden files.
  63.         システム属性/隠し属性のファイルも含める。
  64.     -t mmddyyyy    do not operate on files modified prior to the specified
  65.         data.
  66.             ex) zip -rt 12071997 infamy foo
  67.         指定日時以降に修正されたファイルのみ操作を行う。
  68.     -tt mmddyyyy
  69.         指定日時より前に修正されたファイルのみ操作を行う
  70.     -u    Updata(replace) an existing entry in the zip archive only if
  71.         it has been modified more recetntly than the version already
  72.         in the zip archive.
  73.         書庫内のファイルと最終更新日時の比較を行い新しいもののみ
  74.         置き換える。
  75.     -v    Verbose mode or print diagnostic versio info.
  76.         メッセージを詳細表示
  77.     -X    do not save extra file attributes(Extended Attributes on OS/2
  78.         ,uid/gid and file times on Unix)
  79.         Unix,OS/2等で用いる(拡張)属性は保存しない。
  80.     -$    include the Volume label.
  81.         ボリュームラベルも保存
  82.     -#(0-9 number)    Regulate the speed of compression.
  83.         圧縮率、スピードの設定。
  84.         (-0:圧縮しない/-1:一番速い(圧縮率最小)/-9:一番遅い(圧縮率最大))
  85.         デフォルトは-6
  86.  
  87.