Create Plot Files
 
 
 

To create a batch file for plot spooling

Plot files are meant to be used with spooling software or to be given to a service bureau for output. A simple batch file can be used to output PLT files.

  1. Open a text editor and save a batch file to a folder where you save your PLT files.
  2. Name the batch file something like MySpooler.bat.
  3. Add a single line to the batch file that reads:

    copy %1 \\server\printer

    The %1 is a parameter that the batch file will replace with the name of the .plt file being sent to the output device.

    TipIf the output device is connected directly to the computer, you can substitute the print server path with the printer port, such as LPT1.
  4. Save the batch file and close the text editor.