How can I run a VBScript from a button? I tried Run, RunQ ect,
Would I need to use wscript.exe, and if so, how would I pass the parameters to it to load the script I want.
Let's say the VBScript file is named test.vbs
It would look SOMETHING like this:
"RUN;wscript.exe,c:\test.vbs"
(I know the syntax is wrong... as this does not work :D )
