I have an AppleScript that I call from the command-line using osascript.<BR><BR>Is there a way to pass a command-line parameter (i.e., $1 in the shell script) to the AppleScript? How would I reference ...
I'm writing a script to that will invoke the GIMP batch processor. I've written the GIMP Script-Fu scripts. I've written the PowerShell wrapper. However, I can't get PowerShell to properly pass the ...