1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Resolved How to print a “Print to file†file?

Discussion in 'PC Hardware' started by SVEN, 2009/11/26.

  1. 2009/11/26
    SVEN

    SVEN Well-Known Member Thread Starter

    Joined:
    2004/01/02
    Messages:
    867
    Likes Received:
    8
    I guys,

    I was on line and filled in some form and wanted a hardcopy of that form, but was not close to a printer and decided to use the "Print To File" option to save the file.
    Well, I am back and have a printer again, but I am at a loss on how to print this.
    Right clicking on it does not give me the option to print the file and importing it in to word produces only code characters.
    Any help will be appreciated.

    Sven
     
    SVEN,
    #1
  2. 2009/11/26
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    Open a command prompt:
    Start > Run > cmd > Enter key

    In command window type:
    cd <path to file>

    example
    Open the folder where the prn or ps file is located and copy & paste the file path:
    Code:
    cd C:\Documents and Settings\Your User Name\My Documents
    Next, if have usb port printer type:
    Code:
    COPY /B file.prn \\computer_name\printer_share_name
    if have parrellel port printer type:
    Code:
    COPY /B file.prn LPT1:
    To find your computer name go to Control Panel, open the System folder, then click on Computer Name. The info you want is shown after Full computer name.

    To find your printer share name, go to Control Panel, open the Printers folder, then right-click on your printer and select Sharing. The share name will appear there. If your printer is not shared, select the Share this printer radio button and enter a share name.
     
    Last edited: 2009/11/26

  3. to hide this advert.

  4. 2009/11/26
    SVEN

    SVEN Well-Known Member Thread Starter

    Joined:
    2004/01/02
    Messages:
    867
    Likes Received:
    8
    TonyT,
    I got a problem and don’t know what to do.

    The file is called “toys.prn”
    It is located at: C:\Documents and Settings\Sven Albrecht\PrintHood
    The Computer name is: SvenAlbrecht
    The printer name is: printer

    As per your instruction for a USB printer I typed:
    C:\Documents and Settings\Sven Albrecht\PrintHood>copy /B toys.prn \\SvenAlbrecht\printer
    There is a space between B and Toys and .prn and \\

    Then I hit enter and get the following error:
    The system cannot find the file specified.

    What am I doing wrong?
    Thanks for your help
    Sven
     
    SVEN,
    #3
  5. 2009/11/27
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    type:
    cd C:\Documents and Settings\Sven Albrecht\PrintHood

    type next:
    copy /B toys.prn \\SvenAlbrecht\printer
     
  6. 2009/11/27
    SVEN

    SVEN Well-Known Member Thread Starter

    Joined:
    2004/01/02
    Messages:
    867
    Likes Received:
    8
    Hi TonyT

    I did exactly as you typed it and I get the same error as above.

    What am i missing?
    Thanks

    PS. the file is now in the printer and faxes folder.
    I tried to drop it on the printer, but it tells me i can not and to open it with the propper software and print from there. or something like that
     
    SVEN,
    #5
  7. 2009/11/28
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
  8. 2009/11/28
    SVEN

    SVEN Well-Known Member Thread Starter

    Joined:
    2004/01/02
    Messages:
    867
    Likes Received:
    8
    Success!!

    Thanks TonyT
     
    SVEN,
    #7

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.