When I run an external command using system.run[] in the windows 32bit program files folder I don't get any results.

I try to do the following;

Code:
system.run[C:\Program Files (x86)\Zabbix Agent\myscript.vbs,nowait]
system.run["C:\Program Files (x86)\Zabbix Agent\myscript.vbs",nowait]
...