home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Netwerk 14
/
Netwerk_Vol14.iso
/
godezip
/
godz2000.exe
/
godcmd.txt
< prev
next >
Wrap
Text File
|
2000-02-04
|
2KB
|
50 lines
GODCMD 1.2
description : godcmd is a little program to use godezip in command line .
It can work only if godezip is well installed .
copy godcmd.exe in your command directory or in a directory on your path.
{ 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 }
godcmd syntax :
godcmd /[command] [files]
[files] : wild card can be accepted ex: *.*
if you specify a dir in [files] all the files in the dir and
sub-dir are treated .
[command] :
/c : compress [files] in gzip or bzip2 format ( see godezip configuration)
/d : decompress [files] in gzip or bzip2 format.
/z : archive [files] in a zip ( the zip is auto-named ).
/t : archive [files] in a tgz ( the tgz is auto-named ).
/x : extract the archive ( TGZ TAR ARJ ZIP CAB format ) in [file] in the current directory (only one file).
notes :
-the Archives ( TAR & ZIP ) are autonamed ;
-if you type a file : the archive name is the base-name of the
file plus the archive extention ( TAR , ZIP ) .
-if you type multiple files or wildcard , it is the base-name
of the first file in alphabetical order .
-if you type a dir. it is the dir. name plus archive extention .
-the TAR compression use the type of compression setup in godezip :
Gzip or Bzip2 . ( if you set BZIP2 you will obtain a TAR.BZ2 file)
-to Encrypt file(s) in command line :
in the godezip setup
in the TAB [compression] check :
[] use GZIP compression .
in the TAB [method] check :
[] encrypt file while compress it
+ Enter your code .
the file(s) you will compress will be encrypted :
Godcmd /c *.*
you can also by this way encrypt file(s) in a tar :
godcmd /t *.*