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.
Map Network printer using .Bat
Name: J0hn R0bertson Date: April 10, 2003 at 10:10:37 Pacific OS: NT4 CPU/Ram: N/A
Comment:
Hi, I need the syntax to map a networked NT4 workstation to a network printer. I have tried NET USE \\servername\printername but it does not work. I know the syntax for Kix but I need a .Bat solution. Thanx JR
Summary: I would like to write the proverbial first string "Hello World." to a LAN (Local Area Network) printer using Turbo Assembler 2.0. I would like to use the functions: mov ah, 5Eh mov al, 0...
Summary: you need to use the NET USE command to map LPT1 to the network printer. Alternatively, use named queues on the server (if that is possible) or get a remote print server device such as jet direct or In...
Summary: Can anyone help me with mapping network drives within a C++ program ? I am writing a C++ Windows program (using Borland C++ Builder Pro. Version 5.0, on Win 98 system) and wish to map a network driv...