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.
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.