I need to do a VBS (or exe) file for win98 that ping a IP so the router establish the connection ...
In Dos, that's simply "ping 192.168.2.1", but I don't want that the result appear (and nothing else)
Thanx
Mojik
Printable View
I need to do a VBS (or exe) file for win98 that ping a IP so the router establish the connection ...
In Dos, that's simply "ping 192.168.2.1", but I don't want that the result appear (and nothing else)
Thanx
Mojik
Try
Code:Shell "PING Adress", vbHide
Thanx