Zoney...

Don't give up !

I think what your probably after is this ...

code:

if %logonserver% = "\\north"
use lpt1: "\\north\north_printer"
endif

if %logonserver% = "\\south"
use lpt1: "\\south\south_printer"
endif


A neat idea but one can't always be sure which of your domain controllers will authenticate you.

Your getting close to something though !

Believe me when I say - Your roaming user's will thank you !

Shawn.