Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Extract network alias in batch file  (Read 3367 times)

0 Members and 1 Guest are viewing this topic.

zanman7

  • Guest
Extract network alias in batch file
« on: September 14, 2004, 12:52:38 PM »
I am trying to use the hostname as a conditional in a batch file.  I would like to use the alias (not %COMPUTERNAME% mind you) I added to the hosts file and have to make no other changes (i.e. set an env var at startup).  This would be equivalent to doing a "hostname -a" in Unix and greping for the alias name.  I haven't found any evidence that parsing exists using batch so I guess I just need a command that will return that alias.  Is it out there or any nifty work arounds?

Thanks

scruge

  • Guest
Re: Extract network alias in batch file
« Reply #1 on: October 24, 2004, 09:04:42 AM »
Im not a network guru, but if the %computename% provides the name and alias you might be able to extract the alias using the expanded SET command.