Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
ipconfig batch file
Name: jasonwi1981 Date: April 27, 2009 at 19:43:23 Pacific OS: Windows XP Subcategory: Batch
Comment:
Help! I need to create a batch file which finds my IP Address, MAC address, Subnet Mask, Gateway, and DHCP Server and then display them on my screen in the following format:
This is my current IP address: IP Address.......................:My IP Address This is my MAC address: Physical Address.............:My MAC Addres
Name: Mechanix2Go Date: April 27, 2009 at 20:16:29 Pacific
Reply:
Before we waste much time, what else can't you use?
===================================== If at first you don't succeed, you're about average.
M2
0
Response Number 2
Name: Judago Date: April 27, 2009 at 20:34:57 Pacific
Reply:
This is just a guess, but is the reason you can't use a pipe "|" beacaue the command is inside a for /f loop? If so just prefix the pipe with a caret "^|" (same goes for <, > and &)
0
Response Number 3
Name: jasonwi1981 Date: April 28, 2009 at 07:57:01 Pacific
Reply:
Just can't use pipe. I can't use it because it would make it easy.
Summary: Ok So I really need help, I need this batch file to run a backup of files that are in a certain directory(directory A), then copy those to a new directory (directory B). Then I need the computer to t...
Summary: I am trying to create a batch file that will populate an email message with my ipconfig information and automatically send it using a preaddressed email message in .rtf format. I was able to create t...
Summary: Parsing text with a batch file is not an easy task. Your first post indicates that you're open to alternative methods. If you want I can provide you with a Perl script. Since I'm safe behind a broad...