home *** CD-ROM | disk | FTP | other *** search
/ Netwerk 14 / Netwerk_Vol14.iso / godezip / godz2000.exe / godcmd.txt < prev    next >
Text File  |  2000-02-04  |  2KB  |  50 lines

  1.                   GODCMD 1.2
  2.  
  3. description : godcmd is a little program to use godezip in command line .
  4. It can work only if godezip is well installed .
  5. copy godcmd.exe in your command directory or in a directory on your path.
  6. { godcmdU.exe is the unicode version of the file ,try it if you have some problems under NT4 , other systems (95/ 98 /2000) don't need it }
  7.  
  8. godcmd syntax  :
  9.  
  10. godcmd /[command] [files] 
  11.  
  12. [files] : wild card can be accepted ex: *.* 
  13.          if you specify a dir in [files] all the files in the dir and 
  14.          sub-dir are treated .
  15.  
  16. [command] :
  17.  
  18. /c  : compress  [files] in gzip or bzip2 format ( see godezip configuration)
  19. /d : decompress [files] in gzip or bzip2 format.
  20. /z : archive [files] in a zip ( the zip is auto-named ).
  21. /t : archive [files] in a tgz ( the tgz is auto-named ).
  22. /x : extract the archive ( TGZ TAR ARJ ZIP CAB format ) in [file] in the current directory (only one file).
  23.  
  24.  
  25. notes :
  26. -the Archives ( TAR & ZIP ) are autonamed ; 
  27.   -if you type a file : the archive name is the base-name of the
  28.     file plus the archive extention ( TAR , ZIP ) .
  29.   -if you type multiple files or wildcard , it is the base-name
  30.     of the first file in alphabetical order .
  31.   -if you type a dir. it is the dir. name plus archive extention . 
  32.  
  33. -the TAR compression use the type of compression setup in godezip :
  34.  Gzip or Bzip2 . ( if you set BZIP2 you will obtain a TAR.BZ2 file)
  35.  
  36. -to Encrypt file(s) in command line :
  37.  in the godezip setup 
  38.  in the TAB [compression] check :
  39.   [] use GZIP compression .
  40.  in the TAB [method] check :
  41.   [] encrypt file while compress it
  42.     + Enter your code .
  43.  
  44.    the file(s) you will compress will be encrypted :
  45.    Godcmd /c *.*
  46.  
  47.   you can also by this way encrypt file(s) in a tar :
  48.    godcmd /t *.*
  49.  
  50.