Message 1 of 6

Not applicable
04-23-2015
09:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
HI i am writing simple routine aims to just zoom extend and quit for multble sheets so the script file contains the following
zOOM
e
qsave
quit
and the .bat file is the following
{{{{{{{{{{{{{{{{{{{{{{{{FOR %%V IN (*.DWG) DO START /W "c" "C:\Program Files\Autodesk\AutoCAD 2015\acad.exe" %%V /nologo /b "C:\IssueRoutine.scr"
FOR %%V IN (*.BAK) DO DEL %%V}}}}}}}}}}}}}}}}}}}}}}}}}}}}}
an AutoCAD massage appears as follows
Cannot Find the specified drawing file.
please verify that the file exists
then the after pressing ok the AutoCAD open the browser so can any one please help me solv this problem
thanks for your time
Solved! Go to Solution.