Summary: Hey again, Im working on a series of batch programs to help me this misc tasks around the network I work at, on feature i would like to include is to ...
Summary: Hey. My friend has asked me to write a batch file that will trace when his girlfriend comes online because she has gone over-seas. Getting her IP adre...
Summary: I am trying to construct a batch file that lets someone remotley execute either a command prompt or task manager. I have that part done but what I wa...
Summary: correction: it should NOT connect to internet to find the IP address, I am writing a batch file that finds the ip address and I don't want others (who...
Summary: I want to make a batch file that every time someone opens it, it sends a messgage to my computer whoch displays their IP address. Is there any way I c...
Summary: I need a program that will retrieve the IP address of the machine, then I need to be sent to me via one of these methods: Email me the IP address (pre...
Summary: This might help (If no routers are present, or all computers are on the same network) If you assign to the computers the user names of people you coul...
Summary: Is it possible to learn my IP address from a batch file, would %IP% work? Cheese, the more you eat it, the less you care about how mouldy it is!...
Summary: I have been given this little project to do... There are 1000 computers (thereabouts). Not all on the same network (necesarily). One of the real probl...
Summary: How can I determine if an IP Address is within a certain range of IP Addresses in a VBScript? If I know a range like 192.168.10.1 - 192.168.10.50 Can ...
Summary: Im currently trying to find Javascript which tells me the IP Addresses of the people who have visited my web page, so that I block the few which i don...
Summary: I would like to lock an IP address into my ftp software. Lock it so other users will not be able to insert any other IP except the one I designate. Is...
Summary: If I dial-up to a server of a service provider, how do I know my own IP address? Does it change dynamically every time I logon? Anyone has written a s...
Summary: i need someone to help me make a program which would make combinations and transfer them into a .txt file but the combinations would have to be from 1...
Summary: hi guys there are many websites out there who give the ip address of their visitors, i just would like to know how, if any of you know? let's say, wha...
Summary: I need to make an input field for an IP address, Subnet, ect. in HTML. Is there a way to make the dots static with the correct number of spaces in bet...
Summary: Does anyone know how to print to (or set up) a printer on Windows2000 by just knowing the Printer IP address, and also by just using VB script? I know...
Summary: I would like to put some type of ip finder on a personal web page so that vistors can find out there ip address i have no knowlage of programing so an...
Summary: OK- big rookie questions- I've been running into a few users who, in sending me messages on WinMX, have made sure they tell me where I live- obviously...
Summary: Hey, Does anyone here know of where I can get a free Cgi script to log ip addresses of people that go to my website? Any ideas or thoughts woul...
Summary: Hi, i'm trying to write a java app that will in some way be able to set the ip address of the NIC. the ip it will set it to must be in the app. does ...
Summary: I would like to integrate a feature in a simple e-commerce website. I would like to have a feature so that when a customer makes an order, except for ...
Summary: Why does "([\d]{3}\.){3}." work? The dot is a special character, so to match it literally don't I need to escape it? Unfortunately, escaping it will...