Hi, I have a Win2K server and about 20 XP workstations. 6 of the workstations use a selection of 3 dot matrix printers operating off a Netgear PS113 print server. As the printers have different types of stationery in them I need the users to be able to select which printer they print to at any one time. For 2 years now I have been using buttons on the quick launch toolbar that run batch files similar to below:
NET USE LPT1: /DELETE
NET USE LPT1: \\PS343057\P1
Each button simply redirects the local LPT1 to the relevant port on the print server. It's very simple and works very well.
These batch files have been (and still are) operating fine (NETBEUI installed on these machines). However, one of our staff just left and I had to set up one of the existing workstations for another user. However, if I log in as this user the NET USE command can't "see" the print server. It's not machine specific either, it's USER specific as if I log onto any other machine on the network as this particular user I get the same symptom.
Anyone know what could be going on? I even tried giving this user full admin rights on both the server and the workstation (in desperation!) - still doesn't work. Strangely, I find that I cannot use the NET USE command to map ANY printer on the network when I log in as this user. I have deleted his profile and re-set him up - still doesn't work!
How can this problem be linked to the USER???
NET USE LPT1: /DELETE
NET USE LPT1: \\PS343057\P1
Each button simply redirects the local LPT1 to the relevant port on the print server. It's very simple and works very well.
These batch files have been (and still are) operating fine (NETBEUI installed on these machines). However, one of our staff just left and I had to set up one of the existing workstations for another user. However, if I log in as this user the NET USE command can't "see" the print server. It's not machine specific either, it's USER specific as if I log onto any other machine on the network as this particular user I get the same symptom.
Anyone know what could be going on? I even tried giving this user full admin rights on both the server and the workstation (in desperation!) - still doesn't work. Strangely, I find that I cannot use the NET USE command to map ANY printer on the network when I log in as this user. I have deleted his profile and re-set him up - still doesn't work!
How can this problem be linked to the USER???