Search found 4 matches
- Wed Jul 13, 2011 5:11 pm
- Forum: Flows
- Topic: Use execute command
- Replies: 7
- Views: 6292
Use execute command
Got it to work: command or path: /usr/local/bin/gpg arguments (inline value): --out "%2" --encrypt -r "test@something.com" "%1" output: file at path works great, i also do the decryption with the arguments: --out "%2" --batch --decrypt "%1" @mattbeal...
- Tue Jun 07, 2011 5:16 pm
- Forum: Flows
- Topic: Use execute command
- Replies: 7
- Views: 6292
Use execute command
I tried different things, here are two examples: command or path: gpg arguments (define single-line text with variables): --out [Job.Path].gpg --encrypt -r 'Test-Key' [Job.Path] or: command or path: gpg arguments (inline value): --out "%2".gpg --encrypt -r 'Test-Key' "%1"
- Tue Jun 07, 2011 4:53 pm
- Forum: Flows
- Topic: Use execute command
- Replies: 7
- Views: 6292
Use execute command
I am trying to use "execute command", but everything I tried failed, using Full Switch 09 on OS X 10.6. The thing I wanted to accomplish is using switch to encrypt files via gpg before sending them to an ftp. So I tried the "execute commad" with the command "gpg" and th...
- Tue Nov 23, 2010 8:33 am
- Forum: Scripting
- Topic: Ask Switch to launch a specific Applescript
- Replies: 3
- Views: 10193
Ask Switch to launch a specific Applescript
Hi Robert,
but for the internal scripting you need PowerSwitch.
At least with FullSwitch it should be possible to run generic applescripts saved as apps, or to use shell commands with "osascript", or am I wrong?
Regards
Stefan
but for the internal scripting you need PowerSwitch.
At least with FullSwitch it should be possible to run generic applescripts saved as apps, or to use shell commands with "osascript", or am I wrong?
Regards
Stefan