Why doesn't the following .vbs script work?
-
Here are the lines which are creating an error: Set WSHShell = WScript.CreateObject("WScript.Shell") wSHShell.Run Chr(34) & currentDirectory & "ovaldi\ovaldi.exe" & " -m" & Chr(34), 1, TRUE I am receiving "Error: The system cannot find the file specified" and "Code: 8007002"
-
Answer:
The error message is saying: I can't find the program (file) you are asking me to run. As a debug step, try putting: currentDirectory & "ovaldi\ovaldi.exe" into a string variable and displaying it. I'll bet that you're missing a "\" somewhere.
nichts_e... at Yahoo! Answers Visit the source
Related Q & A:
- Why doesn't my PHP function work as expected?Best solution by Stack Overflow
- Why doesn't the member search work anymore?Best solution by Yahoo! Answers
- Why doesn't my straight talk phone work?Best solution by ChaCha
- Why doesn't my iphone lock button work?Best solution by Quora
- Why doesn't the game I bought work on my PC?Best solution by wikihow.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.