Oct 29, 2002 #1 dalloca Programmer Oct 4, 2002 6 BR Anyone have the solution for this... I can´t print on a network printer by using windows XP. Thanks anyone,
Anyone have the solution for this... I can´t print on a network printer by using windows XP. Thanks anyone,
Oct 29, 2002 #2 musicom Programmer Oct 22, 2002 10 DE You have to describe your problem a little bit exactlyer! But I suppose, You have to use following command at DOS-prompt: net use lpt1 \\Yourserver\yourprinter If You add "persistent:yes" the connection will stay along until You disconnect it again with net use lpt1 delete Sure, it could be lpt2 and lpt3 too. greetings Upvote 0 Downvote
You have to describe your problem a little bit exactlyer! But I suppose, You have to use following command at DOS-prompt: net use lpt1 \\Yourserver\yourprinter If You add "persistent:yes" the connection will stay along until You disconnect it again with net use lpt1 delete Sure, it could be lpt2 and lpt3 too. greetings
Oct 29, 2002 #3 musicom Programmer Oct 22, 2002 10 DE sorry I've forgotten the slashes: net use lpt1 \\yourserver\yourprinter /persistant:yes and net use lpt1 /delete Upvote 0 Downvote
sorry I've forgotten the slashes: net use lpt1 \\yourserver\yourprinter /persistant:yes and net use lpt1 /delete
Oct 29, 2002 Thread starter #4 dalloca Programmer Oct 4, 2002 6 BR Thank you musicon, you give me the solution. Thanks Rob Upvote 0 Downvote