How come CD doesn't work in my shell script?

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

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

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.