Message 1 of 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I wrote a bat file to call accoreconsole to open the other script file. If i put script file in to a shared network drive, I got error message of
"**** System Variable Changed ****
1 of the monitored system variables has changed from the preferred value. Use SYSVARMONITOR command to view changes.
Command:
Command: File load canceled: h:\temp\1.scr"
As you see, H: is a shared drive.
if I put 1.scr to local drive "c:\temp\1.scr", it can be run correctly.
Thanks for any idea or suggestion!
Below is my simple bat:
cd "C:\Program Files\Autodesk\AutoCAD 2016" c: cls accoreconsole.exe /i "H:\temp\follow river.dwg" /s "H:\temp\1.scr" /l en-US
天涯海角的山姆
您认为此帖子是否有用?欢迎为此帖点赞。
您的问题是否已得到解答?请点击“接受解答”按钮。
Solved! Go to Solution.