when I use this code to try to execute my cmd file:
I get this msg in the prompt: "Q:\IRP11\COS_LRFF\RTSim' is not recognized as an internal or external command, operable program or batch file."
What gives??
Code:
Call Shell(Environ$("COMSPEC") & " /k " & "Q:\IRP11\COS_LRFF\RTSim Files\Output\RTSimWriteOut.cmd", vbNormalFocus)
I get this msg in the prompt: "Q:\IRP11\COS_LRFF\RTSim' is not recognized as an internal or external command, operable program or batch file."
What gives??