Calling / running actionaz script from vb script

Post here if you need help using Actiona
Post Reply
prem
Posts: 1
Joined: 29 Aug 2011, 21:32

Calling / running actionaz script from vb script

Post by prem »

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
User avatar
Jmgr
Admin
Posts: 1651
Joined: 07 Dec 2005, 15:45
Contact:

Re: Calling / running actionaz script from vb script

Post by Jmgr »

Hi,

By "call" you mean execute ?

This is the syntax to execute a script : actionaz2.exe myscript.act execute

I doesn't know VB so I can't help you with that.

I think you cannot execute a shortcut to a file, only the file itself.
"My software never has bugs. It just develops random features."
Post Reply