Anyone know how to capture LPT 1?
Results 1 to 4 of 4

Thread: Anyone know how to capture LPT 1?

  1. #1
    Registered User
    Join Date
    Feb 2001
    Location
    Suisun, CA, USA
    Posts
    118

    Anyone know how to capture LPT 1?

    Thanks, in advanced. Yesterday, I looked and looked and looked, and still had no luck on how to capture lpt 1... let me know. Thanks, Ray
    "Okay, I'm giving everyone the boot off the servers. I need Maximum Bandwidth!"

  2. #2
    Banned Ya_know's Avatar
    Join Date
    Jun 2001
    Posts
    10,692
    net use at the command prompt. There is an opertunity to make it persistant, do a [b]net use /?[b] to get all of the details. This can also be entered into a login script or batch file...

  3. #3
    Registered User
    Join Date
    Feb 2001
    Location
    Suisun, CA, USA
    Posts
    118
    What file, or how should I create a batch file? I always have problems dealing with batch files for start up, could you teach me?
    "Okay, I'm giving everyone the boot off the servers. I need Maximum Bandwidth!"

  4. #4
    Banned Ya_know's Avatar
    Join Date
    Jun 2001
    Posts
    10,692
    It would be
    net use lpt1 \\server\sharedprinter /persistent:no

    or you could change the persistent:yes

    A good login startup script to put this in (for a stand alone PC that is not on a domain) would be the config.nt file, but I am not an avid user of that file.

    What you can do is create a batch file called capture.bat , then put the command above, then put either the file, or a shortcut in startup folder…

    Just some ideas…

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
  •