Search found 4 matches

by CJDrew
16 May 2012 17:40
Forum: DOS Batch Forum
Topic: Setting the ping address with Variable?
Replies: 13
Views: 11415

Re: Setting the ping address with Variable?

Any idea as to how i could fix that?
It seems to work with other sites...
Image
by CJDrew
16 May 2012 16:25
Forum: DOS Batch Forum
Topic: Setting the ping address with Variable?
Replies: 13
Views: 11415

Re: Setting the ping address with Variable?

Still not working... would you mind posting the working code?
Also, here is the screencapture...

Image
by CJDrew
15 May 2012 21:56
Forum: DOS Batch Forum
Topic: Setting the ping address with Variable?
Replies: 13
Views: 11415

Re: Setting the ping address with Variable?

It didn't work... are you saying i should just put that whole thing under YES or am i missing something? (I'm sorry, the code you posted just makes no sense to my newbie mind...)
by CJDrew
15 May 2012 20:10
Forum: DOS Batch Forum
Topic: Setting the ping address with Variable?
Replies: 13
Views: 11415

Setting the ping address with Variable?

Ok, so i'm making a little program that lets you put in any adress you want and it automatically pings it. Here's my code so far @echo off :START cls echo What website would you like to ping?: set /p address="Domain Name=> " set /p yesno="you would like to ping %address%?=> " if ...