Help with a batch script!

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
Alhasad94
Posts: 1
Joined: 15 Jun 2015 08:47

Help with a batch script!

#1 Post by Alhasad94 » 15 Jun 2015 08:52

Hi there!

I'm trying to make a batch script that obtains the IP of a PC, then it goes to a page like: http://es.geoipview.com/ and obtains the location of that IP. Thenk I want that information to be sent to my e-mail. Is it possible? :/ I know that we use 'start' to enter a page, but how do I make that useful to do what I want?

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

Re: Help with a batch script!

#2 Post by foxidrive » 15 Jun 2015 20:30

Is the computer local or remote?

Are you clicking on the batch file that is on the machine in question?

rodrigolima
Posts: 21
Joined: 19 Jul 2013 11:35
Location: Brazil

Re: Help with a batch script!

#3 Post by rodrigolima » 18 Jun 2015 10:08

Hello Alhasad94

I do not understand your question, please show me if it is correct what I understand:

For Example:

PC IP: 10.45.1.98
Go to link " http://es.geoipview.com/"

You want to get what these information below:

Location of PC IP or Location about Link ?

I am waiting for more information about it.

TIA

Post Reply