Recent content by clippersolutions

  1. C

    NET USE LPT1: \\User\Printer /PERSISTENT:YES gives me an access denied

    Yes, it was a permission issue. I had to create an user with a password in the computer with the printer attached so I could NET USE LPT1: \\computer\printer /PERSISTENT:YES /USER:userid thePassword . The new user does not have to be logged it. Existence is enough.
  2. C

    NET USE LPT1: \\User\Printer /PERSISTENT:YES gives me an access denied

    This works in other computers: NET USE LPT1: \\RAP-PC\F300 /PERSISTENT:YES When I type it from the CMD prompt system responds with "The command completed successfully" but something like ECHO TESTING>LPT1: responds with "Access is denied" I have no problem printing with programs like Notepad...