Arguments to scripts

Is it possible to pass arguments to scripts? For example

c:\my_script.bat argument 1 "argument 2 in quotes"

Not at the moment. Are you looking to just add static args like above or are you looking for argument 1 to be some kind of dynamic value stored in the guts of SGPro?

Ken,
Ideally the arguments would be similar to filenames: there could be text as well as % substitutions. Plus the ability to put quotes around arguments.

It would also be nice if SGPro notified the user if the return code from the script was non-zero. This would probably need to be optional so as not to produce messages for poorly behaved scripts not under user control.