@echo off if '%1'=='' goto err if exist %1 goto err rem set MAXSCALE=1.25 set MAXSCALE=2.0 REM REM for HP-PCL (raster) output rem IGESDRAW -%2 %1 rem HPGL2JET -RAST %1 REM REM for PostScript (vector) output with color rem IGESDRAW -POST -COLOR -%2 %1 IGESDRAW -POST -COLOR -WP -%2 %1 REM REM for PostScript (vector) output WITHOUT color rem IGESDRAW -POST -%2 %1 REM goto exit :err echo echo **ERROR** Please enter FILENAME without an extension echo echo FIGEXT.BAT 1997-08-25 dennette@wiz-worx.com echo echo Usage - "FIGEXT [ FULL | HALF ]" echo :exit if exist %1.hgl move %1.hgl ..\hgl >NUL if exist %1.pcl move %1.pcl ..\pcl >NUL if exist %1.eps move %1.eps ..\eps >NUL