Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

command expansion with JS script under WSH?

Status
Not open for further replies.

DanglingPointer

Programmer
Apr 5, 2003
22
GB
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top