New CADforum look launched.
Over 1.089.000 registered users (EN+CZ). AutoCAD tips, Inventor tips, Revit tips. Try the new Engineering calculator. New AutoCAD 2026 commands and variables.
Over 1.089.000 registered users (EN+CZ). AutoCAD tips, Inventor tips, Revit tips. Try the new Engineering calculator. New AutoCAD 2026 commands and variables.
CAD tip # 2096:
Question
A
You want to print an existing .PLT (or .PRN) file on your printer (or plotter).
Make sure the file was created for your specific printing device (the same model). You can just copy the file to your printer:
COPY /B myfile.plt LPT1:or
COPY /B myfile.plt \\server\designjet800for a networked plotter.
If you have a networked plotter with TCP/IP interface enabled (e.g. HP DesignJet with HP JetDirect, firmware version 08.03 and higher), you can also use the LPR utility in WinNT/2000/XP (or Unix/Linux):
lpr -S192.168.0.99 -Praw -o l -d myplot.pltwhere 192.168.0.99 is your plotter's IP address.
There are also several programs (freeware, shareware) for easier printing of PLT (or PRN) files from the Windows environment (e.g. PrintFile, GoPlot - see Download, etc.).
ACADACLTInventorRevitADTMap


15.4.2002
156929×
FAQ