Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing from fox2.6 in windows 2000
Message
From
11/12/2000 15:18:51
 
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00451627
Message ID:
00451811
Views:
24
Assuming you are referring to DOS...

You will need to issue a Net Use statement on the user's machine.

at the command prompt:

net use && This will simly show network connections
net use /h && displays the command syntax and options

TO MAKE THE PRINTER CONNECTION:

net use lpt1 \\server_name\printer_share_name /persistent:yes

the optional /persistent switch should make NT or 2000 remember this connection next time the user logs in.

Someone else may have more experience with NT and have a more elegant solution, but this works for me.
Previous
Reply
Map
View

Click here to load this message in the networking platform