vemate (Programmer) 7 Apr 05 15:12
I can go to Start Run and Paste %SystemRoot%\system32\fpa\aas2.exe and the program will execute.
I try to use the shell I created and get this error.
activex component can't create object "wscript.shell"
<SCRIPT LANGUAGE="VBScript">
Dim wshShell
Set wshShell = CreateObject("WScript.Shell")
wshShell.Run("%SystemRoot%\system32\fpa\aas2.exe")
MsgBox "Ran FPA from System32"
</SCRIPT>
I am no expert with shells.
Thanks
I can go to Start Run and Paste %SystemRoot%\system32\fpa\aas2.exe and the program will execute.
I try to use the shell I created and get this error.
activex component can't create object "wscript.shell"
<SCRIPT LANGUAGE="VBScript">
Dim wshShell
Set wshShell = CreateObject("WScript.Shell")
wshShell.Run("%SystemRoot%\system32\fpa\aas2.exe")
MsgBox "Ran FPA from System32"
</SCRIPT>
I am no expert with shells.
Thanks