Hi,
I am trying to setup Axcrypt as a custom button on the icon bar. The axcrypt command line to encrypt a file is
axcrypt.exe -z filename.ext
and I am able to define the button such that
command = c:\program files\axantum\axcrypt\axcrypt.exe
parameters = -z %P%N
So when I select a file and press this button, the file will be encrypted.
But it does not work when I select multiple files.
I would like to know how to parse multiple files to total commander. What is the correct syntax? I googled but I did not get many relevant hits.
Many thanks
Joseph
Axcrypt button bar - how to encrypt/decrypt multiple files
Moderators: Hacker, petermad, Stefan2, white
Thanks White for your response.
When I substitute -z %P%N with -z %S, AxCrypt returns with an error saying that the system cannot find the file specified.
I double checked the command line syntax to see if I parse the wrong parameter for axcrypt and
works.
So I think Total Commander did not parse the right parameters show how...any ideas?
Thanks
When I substitute -z %P%N with -z %S, AxCrypt returns with an error saying that the system cannot find the file specified.
I double checked the command line syntax to see if I parse the wrong parameter for axcrypt and
Code: Select all
AxCrypt.exe -z "1.doc" "2.doc" "3.doc"
So I think Total Commander did not parse the right parameters show how...any ideas?
Thanks