Calling / running actionaz script from vb script
Posted: 29 Aug 2011, 21:58
Hi Jonathan,
How do you call an actionaz script from a vbscript
I've tried something like this with many variations
but can't get it to work.Please enlighten. Thanks.
Set objShell = CreateObject("Wscript.Shell")
objShell.run"C:\Program Files\Jmgr.info\Actionaz 2\actionaz2.exe C:\Documents and Settings\far\Desktop\vs1" 'with vs1 being a ref to the .act file
How do you call an actionaz script from a vbscript
I've tried something like this with many variations
but can't get it to work.Please enlighten. Thanks.
Set objShell = CreateObject("Wscript.Shell")
objShell.run"C:\Program Files\Jmgr.info\Actionaz 2\actionaz2.exe C:\Documents and Settings\far\Desktop\vs1" 'with vs1 being a ref to the .act file