Command Line Syntax
It is possible to perform AEP2009 commands from the command line. Common command line syntax is described below:
AEPCMD <command> -<switch1> -<switchN> <files...> <@listfiles...>
command Character combination denoted function to be performed by AEP2009
switch Switches used to define a specific type of operation
Files The name(s) of files to be processed.
Listfiles The name of a file containing the names of the files to process.
Notes
commands and switches are not case sensitive, you may write them both in upper and in lower case.
Detailed syntax
aepcmd <DECRYPT="pwd" | DECRYPTRSA="d:\path\privatekeyfile.ext" [-PRIVKEYPWD="pwd"]> [-EXCLUDE="masks"] [-RECURSE] [DESTINY=dny] [-YES2ALL | -NO2ALL] [-OUTPUTFOLDER="d:\path\outputfolder"] <files... | @listfile>
aepcmd <GENRSAKEYS=<512|768|1024|2048>> [-PRIVKEYPWD="pwd"] publicfile.ext privatefile.ext
aepcmd <SHRED> [-EXCLUDE="masks"] [-RECURSE] <files... | @listfile>
Errorlevels
aepcmd.exe sets errorlevel parameter:
0 - No Errors
1 - Invalid arguments in command line
2 - Encryption error
3 - Decryption error
4 - Delete file error
5 - Wipe file error
|