=LEFT(A1,LEN(A1)-2)/10^((MATCH(RIGHT(A1,2),{"PB","TB","GB","MB","KB"},0)-3)*3)
*** We shall not be liable for any loss or damage of whatever nature (direct, indirect, consequential, or other) whether arising in contract, tort or otherwise, which may arise as a result of your use of (or inability to use) this website, or from your use of (or failure to use) the information on this site.*** 3ds max AutoCAD & Computer repairs and programs I find useful and or free.
Monday, April 17, 2023
Tuesday, April 4, 2023
Converter .plt to dwg
CAD Converter Software - Download by CoolUtils
REM *** Start .bat file
REM Change Server and Printername below as needed
net use lpt1: "\\Server\Printername" /PERSISTENT:YES
REM Copy .plt files to the location below or change the path to whatever you want and copy the .PLT REM files to the path.
copy "C:\PLT\*.plt" lpt1
net use lpt1: /d
Pause
REM *** End .bat file
Subscribe to:
Posts (Atom)