qwesir 发表于 2005-1-10 15:45:00

请教没有DOS,拿到PLT文件怎么办?

请教没有DOS,拿到PLT文件怎么办?


我的系统是XP.谢谢各位.

qwesir 发表于 2005-1-10 15:52:00

怎么打印出来?

Joseflin 发表于 2005-1-10 16:20:00

1. PRINTGL 亦有Windows版。


2.Amthyst CADwizz可以open .plt file and print


两者都可由至Google查寻下载。

wanggy169 发表于 2005-1-10 18:00:00

在“开始”-->“程序”-->“附件”-->“命令提示符”。

qwesir 发表于 2005-1-11 09:19:00

先谢过两位

qtmd 发表于 2005-1-12 08:41:00

按四楼的意思,然后输入 copy *.plt lpt1即可网打印机输送。

gaosir363 发表于 2005-1-14 01:13:00


@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]
查看完整版本: 请教没有DOS,拿到PLT文件怎么办?