请教没有DOS,拿到PLT文件怎么办?
请教没有DOS,拿到PLT文件怎么办?我的系统是XP.谢谢各位. 怎么打印出来? 1. PRINTGL 亦有Windows版。
2.Amthyst CADwizz可以open .plt file and print
两者都可由至Google查寻下载。 在“开始”-->“程序”-->“附件”-->“命令提示符”。 先谢过两位 按四楼的意思,然后输入 copy *.plt lpt1即可网打印机输送。
@echo off<BR>:plotfile<BR>if exist %1 copy %1 LPT1<BR>if exist %1 echo %1 plotted<BR>shift<BR>if "%1"=="" goto end<BR>goto plotfile<BR>:end<BR>echo ...<BR>echo Plots have been sent to the the printer/plotter. Finished.<BR>pause<BR>:end print.bat<BR>
将上边的东东复制下来,做一个bat文件,到时候把你的PLT文件向此bat文件里一拖就可以啦
页:
[1]