Como imprimir en Ms-dos en red

Hola espero te encuentres bien, mi pregunta es la siguiente tengo una red de windows 98 y 2000pro, tengo la impresora en fisico en una maquina con win98se y compartida como le puedo hacer para que las que tienen win2000pro capturen el puerto de la impresora de red como Lpt ya que tengo un programa basado en Ms-dos y con impresion a puerto Lpt y windows2000pro en impresora de red no deja poner a puerto lpt, si no te direcciona la ruta de donde esta Ejemplo: \\supervisor\hp y lo que necesito seria lpt1:\\supervisor\hp

1 respuesta

Respuesta
1
Comado NET USE lpt1: \\supervisor\hp
Como podras observar es como mapear un disco de red (recurso de red).
Ojo: hp debe ser el nombre compartido de dicha impresora en la red (recurso)
Toda la sintaxis de NET use
Connects or disconnects your computer from a shared resource or displays information about your connections.
NET USE [drive: | *] [\\computer\directory [password | ?]]
[/SAVEPW:NO] [/YES] [/NO]
NET USE [port:] [\\computer\printer [password | ?]]
[/SAVEPW:NO] [/YES] [/NO]
NET USE drive: | \\computer\directory /DELETE [/YES]
NET USE port: | \\computer\printer /DELETE [/YES]
NET USE * /DELETE [/YES]
NET USE drive: | * /HOME
drive Specifies the drive letter you assign to a shared directory.
* Specifies the next available drive letter. If used with /DELETE, specifies to disconnect all of your connections.
Port Specifies the parallel (LPT) port name you assign to a shared printer.
Computer Specifies the name of the computer sharing the resource.
Directory Specifies the name of the shared directory.
Printer Specifies the name of the shared printer.
password Specifies the password for the shared resource, if any.
? Specifies that you want to be prompted for the password of the shared resource. You don't need to use this option unless the password is optional.
/SAVEPW:NO Specifies that the password you type should not be saved in your password-list file. You need to retype the password the next time you connect to this resource.
/YES Carries out the NET USE command without first prompting you to provide information or confirm actions.
/DELETE Breaks the specified connection to a shared
resource.
/NO Carries out the NET USE command, responding with NO automatically when you are prompted to confirm actions.
/HOME Makes a connection to your HOME directory if one is specified in your LAN Manager or Windows NT user account.
To list all of your connections, type NET USE without options.

Añade tu respuesta

Haz clic para o

Más respuestas relacionadas