Many Printers
Results 1 to 3 of 3

Thread: Many Printers

  1. #1
    Registered User
    Join Date
    Nov 1998
    Location
    New York, NY
    Posts
    376

    Post Many Printers

    Is there any way to get DOS to be able to control 10 printers?

  2. #2
    MANDAN
    Guest

    Post

    Normally DOS support 3 LPT ports.
    LPT1, LPT2 and LPT3
    But the problem is not the ports, but the software,
    95% of DOS software print directly to LPT1.

    So ...
    if you have a netware, simply create a batch file so, before running the program will capture the port
    Exmple:

    NET USE LPT1: \\machine\prnshare /YES
    your program


  3. #3
    Registered User Gabriel's Avatar
    Join Date
    Aug 2000
    Location
    Tel Aviv Israel
    Posts
    2,161

    Post

    don't forget to remove this usage...
    because it can collide with other programs.

    P.s. there is a Special DIGIBOARD (A port Multiplexer) that can do it.
    I don't know where to find it (I saw it 7 Years ago).

    Cheers,
    Gabriel

    ------------------
    It Works Better if you Plug it in, It Works far better if you Turn it ON!
    Real stupidity beats Artifical Intelligence
    Avatar courtesy of A D E P T

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •