home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 October / VPR9910A.BIN / OLS / tar32053 / tar32053.exe / SDK / CMD_TARE.TXT < prev    next >
Text File  |  1999-05-23  |  3KB  |  135 lines

  1. =============================================================================
  2.     tar32.DLL command DESCRIPTION(easy/simple )
  3.  
  4. =============================================================================
  5. TAR(1)                    WIN-32 user's manual                    TAR(1)
  6.  
  7. NAME
  8.  
  9.         tar - tape archiver  for win-NT
  10.  
  11.  
  12. COMMAND LINE
  13.  
  14.         tar [-]{c|r|x|t|k}[v][a][M][i][I][e][n][z[N]][P{9|F|A}][f ARCH][b N]
  15.               [N DATE][o PATH][PATH\] file...  #rule-file  @list-file
  16.  
  17. DESCRIPTION
  18.     please use like tar.exe.
  19.     you can pack tar/tar.gz/gz and unpack tar/tar.gz/tar.Z/gz/Z.
  20.     unpacking tar/tar.gz/tar.Z is auto-detect.
  21.  
  22. COMMAND
  23.     -c create
  24.     -r append(only tar not tar.gz)
  25.     -x extract
  26.     -t list
  27.  
  28. OPTION:
  29.         A[A|H] pack file attribute.(A:Archive/H:Hidden)
  30.  
  31.         b N     (Blocking factor) default 20
  32.         
  33.         f ARCH  (File) Specify Archive File Name
  34.         
  35.         g       (GNUtar) GNUtar header.
  36.         I       (ignore file attribute)
  37.         M       (Multi-volume)
  38.         n       (no message) 
  39.         N DATE  (New file) from DATE
  40.             Month/Day[Year] [Hour;Miin[:Sec]]
  41.         o PATH  (extract to) 。
  42.  
  43.                     tar xvaf GCC242.TGZ -o c:/gnu
  44.                   or
  45.                     tar xvafo GCC242.TGZ c:/gnu
  46.                     
  47.     p    Output to output Buffer.(not File) (for DLL)
  48.             tar -pxvf foo.tgz file.txt
  49.  
  50.         v       (Verbose)
  51.       
  52.     G    Gzip or Compless only Pack/Unpack.(not tar)
  53.  
  54.         z[N]    (gzip)gzip compression level.(1:fast-9:slow/small)
  55.  
  56.  
  57.     --check-all-path=[0|1]
  58.         check match to path.
  59.         if 1 *.* isn't match aa/ii.
  60.         default 0
  61.  
  62.     --display-dialog=[0|1]
  63.         display dialog dualing pack/unpack.
  64.         default 1.
  65.     --nkf-get-filename-conversion=[OPTION]
  66.         Japanese KANJI Conversion.(use NKF.DLL)
  67.     --nkf-set-filename-conversion=[OPTION]
  68.         Japanese KANJI Conversion.(use NKF.DLL)
  69.     --use-directory=[0|1]
  70.         use directory structure.
  71.         default is 1.
  72.         
  73.         
  74. [Examples]
  75.  
  76.         tar cvf foo.tar *.c *.h makefile
  77.             archive *.c *.h makefile to foo.tar.
  78.  
  79.         tar cvfz foo.tgz *.c *.h makefile
  80.             with gzip.
  81.  
  82.         tar cvfz9 foo.tgz *.c *.h makefile
  83.             gzip level 9.(most)
  84.  
  85.         tar cvfZ foo.tgz *.c *.h makefile
  86.  
  87.         tar cvfz foo.000 *.c *.h makefile
  88.  
  89.     tar cvfGz foo.gz foo
  90.         GZIP Compression.
  91.  
  92.         tar xvf bar.taz
  93.             unpack all file stored in bar.taz
  94.  
  95.     tar xvfG foo.gz foo
  96.         unpack foo stored in foo.gz
  97.     
  98.     tar pxvf foo.tgz file.txt
  99.         Output file.txt in foo.tgz to buffer specified in TAR API.
  100.  
  101.         tar xvfo bar.taz a:/foo
  102.         tar xvf bar.taz -o a:/foo
  103.             unpack to a:/foo
  104.  
  105.  
  106.         tar xvaf bar.tgz @bar.lst
  107.  
  108.         tar tnf b:/gnu/*.tgz
  109.  
  110.  
  111. [Environment Variable]
  112.  
  113.         TZ      Differ from UTC to TimeZone(JST-9 at Japan)
  114.         TAPE    Default Archive.
  115.  
  116.  
  117. [Versino]
  118.     kmtar         2.01
  119.     Power Up Kit   3.7a
  120.     NT           0.97
  121.     DLL           Current Version.
  122.  
  123. [about Copyright]
  124. Plese use as GPL.(GNU Public License)
  125.  
  126. [Report]
  127. NIFTYSERVE FWINDC LIB#3
  128. or EMAIL to ME.
  129. Yoshioka Tsuneo(QWF00133@niftyserve.or.jp)
  130.  
  131.     
  132. [PLEASE]
  133. please see for more detail, Japanese Document.
  134.  
  135.