Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Printing through login script help.
Name: Ninad Date: June 2, 2003 at 05:12:22 Pacific OS: Win98/Winnt CPU/Ram: P4/128MB
Comment:
Hi, I have a strange problem.I need to print to a accounts software.All the clients log to NT server.I have created user login scripts on Nt server to use a certain printer which is connected to a Win98 machine. However only Xp machines execute the login script "net use lpt2: \\machinename\printername".Win98 machines won't show the mapping after issuing net use command,after they have logged to server. If I manually issue the "net use lpt2.." command it works fine for the Win98 machines. Due to his problem I can't print from the machine to which the printer is attached. Can somebody give the solution? Thanks.
Summary: Does anyone know how to change the default location as to where a person saves documents through login scripts? For example when I save documents it goes to my c:\ drive...I want it so I save to my n...
Summary: Does anyone know if there is a way to map a drive to a users home directory through the login script file. I have tried: net use F: \\server\users\%username% but it does not work.. Any ideas...
Summary: Hi All I use fallowing command for my login script @echo off ECHO Removing existing mappings,expect errors NET USE /PERSISTENT:YES NET USE I: /DELETE /yes NET USE * /DELETE /yes NET USE * /DELETE /yes...