- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I think someone helped me with this but for some reason this does not run, not sure why.
also can you run a lisp in acadCore?
-------------------------------------------------------------------------------------------------
echo off
"C:\Program Files\AutoCAD 2000\acad.exe" /p "K:\AutoCad\Support_Client_Files\kingCounty\Profile\KingCountyC3d 2018.arg
:: Path to AutoCAD core console
set accoreexe=""C:\Program Files\Autodesk\AutoCAD 2018\accoreconsole.exe"
:: Path the directory to process
set "source=C:\CADDLib\pw\lijohnson\west\d0108928\"
:: Path to the script to run
set script="C:\CADDLib\AutoCAD\Projects\68448_ERC\SCRIPT\printsheet.scr"
FOR /f "delims=" %%f IN ('dir /b "%source%\4.01*.dwg"') DO %accoreexe% /i "%source%\%%f" /s %script%
:: comment the following to automatically close the console when batch ends
Solved! Go to Solution.