On Wed, 2005-03-16 at 11:30 +1300, Eliot Blennerhassett wrote:
> Being frustrated with having to give vncviewer an IP address for my micros~1 
> windows machine, I came up with the following little script.
> I'm sure members of this list can improve on it...

whats wrong with 

vncviewer dns_name_of_windows_machine

> 
> Give the name of the machine as the script paramter...
> 
> #!/bin/bash
> vncviewer `nmblookup $1 | awk '/^1/ {print $1 }'` &
> 
> 
> 
> 
-- 
Nick Rout <[EMAIL PROTECTED]>

Reply via email to