Given a .DWG filespec, AUTOMATE runs AutoCAD though each file thatmatches the filespec using a .SCR script file to provide the instuction for AutoCAD. Useful for repetative task such as runningthe PLOT command on a series of drawings without being present todo each drawing manually. The filespec does not need the .DWG extension. A * would do all files in the directory or D* would doonly the files starting with the letter D (same as DOS filespecswithout the extension).
|