
Search found 2 matches
- 07 Dec 2010 12:33
- Forum: DOS Batch Forum
- Topic: IF ELSE statement based on ping result
- Replies: 2
- Views: 6652
- 06 Dec 2010 15:56
- Forum: DOS Batch Forum
- Topic: IF ELSE statement based on ping result
- Replies: 2
- Views: 6652
IF ELSE statement based on ping result
Hey guys, I'm making a script wich opens a file (at random), but this file is placed on a remote disk. So i want to ping the IP adress to make shure there's connectivity. If there is connectivity it should open a file on the remote disk, else it should open a local file. I got the open file part all...