[CODE]
@echo off :plotfile if exist %1 copy %1 LPT1 if exist %1 echo %1 plotted shift if "%1"=="" goto end goto plotfile :end echo ... echo Plots have been sent to the the printer/plotter. Finished. pause :end print.bat
将上边的东东复制下来,做一个bat文件,到时候把你的PLT文件向此bat文件里一拖就可以啦