DanglingPointer
Programmer
I have:
execString = pingString.concat(ipString);
pExec = WshShell.Exec(execString);
Where execString is: "ping A.B.C.D"
but this doesn't work (File not found).
What to do?
Thanks,
DP
execString = pingString.concat(ipString);
pExec = WshShell.Exec(execString);
Where execString is: "ping A.B.C.D"
but this doesn't work (File not found).
What to do?
Thanks,
DP