what is the best way to have the script map printers per location if there are more then one set of IP addresses at one location. So if the user is on the wired network they will have a different IP from the wireless as well as if they were in another office. Would the InStr(@IPAddress0,"") work best? if so how do i properly lay it out, all my tests have failed to do it correctly.

example:

IF computer IP address is 192.168.1.X or 192.168.2.X
ADDPRINTERCONNECTION ("\\server\printer")
ENDIF


Edited by IMan (2011-10-13 12:56 AM)