Hi - I'm completely new to DOPus, but I am finding it really cool. I'm using a japanese system so there are some hiccups with the unicode side of things but most stuff is working ok, it seems!
That said, I'd like to make a button to do the following against selected files or folders -
Create a zip with a specific filename -
string-ymd.zip
Copy the selection to the zip.
Use a command line blowfish encrypter -
clbf.exe -e -p somepass string-ymd.zip string-ymd.bf
Copy the encrypted file to an FTP site for backup.
I can't figure out how to make a variable (the filename is one candidate), or even just add files to the zip.
In one button, I tried:
CreateFolder ZIP NAME=./Rick{date|yyyy-MM-dd}.zip
Copy ADDTOZIP TO=./Rick{date|yyyy-MM-dd}.zip
... but it just errored out after creating a blank zip file. Maybe I need to use ADDTOZIP to create the zip, and then rename it how I like?
I can't find any syntax listing, so this is a bit hit and miss. Is there a tutorial somewhere? Could someone be so kind as to give me a couple of tips? Thank you in advance.
Sincerely,
Rick