Making ping automatic

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
ebpapen
Posts: 1
Joined: 11 Jul 2013 17:30

Making ping automatic

#1 Post by ebpapen » 11 Jul 2013 17:40

Hey Forum,
this is my first post on this forum so please take it easy.

im having a issue (not sure if its possible)

Image

dont even really know where to start but if anyone could point me in the right way that would be great.

thanks

Squashman
Expert
Posts: 4488
Joined: 23 Dec 2011 13:59

Re: Making ping automatic

#2 Post by Squashman » 11 Jul 2013 20:52

ebpapen wrote:Hey Forum,
this is my first post on this forum so please take it easy.

im having a issue (not sure if its possible)

Image

dont even really know where to start but if anyone could point me in the right way that would be great.

thanks

So we are doing your homework?
You couldn't have just typed out what was in that image?

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: Making ping automatic

#3 Post by foxidrive » 12 Jul 2013 03:51

It would appear that the image is designed to avoid his question being found in an internet search. So nobody knows he was cheating. :D

penpen
Expert
Posts: 2009
Joined: 23 Jun 2013 06:15
Location: Germany

Re: Making ping automatic

#4 Post by penpen » 12 Jul 2013 10:44

As the resulting code will be found on inet searches, too we only can give hints then.

@ebpapen
so type in the following at the dos shell:

Code: Select all

help set
help if
help goto
ping /?
This should provide all information, you need.
You additionally should initiate the VARIABLE used to read from the command /Prompt:

Code: Select all

set "VARIABLE="

penpen

Post Reply