Ahh yes of course . . . I was trying to think of a way to run some kind of script on startup . . . I was making it too complicated though. I think that will work. I will give it a test and report back.
Max
Main Topics
Browse All TopicsWe unfortunately still use an ancient DOS based database which uses LPT1 or LPT2 only. All of our printers are networked via tcp/ip, so I thought I would just use NET USE to redirect LPT1 to a networked printer. The printers are installed (and shred) on server 2003.
NET USE LPT1 \\Computername\Shared Printername /user:username password /PERSISTENT:YES
It works great . . . until I reboot the PC . . . then it stops working . . . I have to do this everytime the PC's get rebooted. I thought 'persistent:yes' was supposed to save this.
On another note, we also run a Novell server - each PC has a Novell client installed. Instead of seeing the normal Windows login screen, we see a Novell login screen (which is synced with the windows login).
Any ideas why I lose the settings after a restart?
Max
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: CrashDummy_MSPosted on 2008-07-07 at 11:41:12ID: 21947483
Max, this is more of a work-around than an answer to your problem, but you could make a batch file and stick it in their startup folder. Just have the batch file run that same command (NET USE LPT1 \\Computername\Shared Printername /user:username password)