Batch file wont open AutoCAD 2019 in windows task scheduler

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a simple .scr script that opens autoCAD then converts some DWGs (extent and direction...) then saves the new DWGS and closes autoCAD. Everything works great when I run the batch file by right clicking on the file and hitting 'run as administrator' where things don't work is when i try to have windows task scheduler run the batch file nothing happens. I've tried different variations of the opening line such as:
"C:\Program Files\Autodesk\AutoCAD 2019\acad.exe" /product MAP /language "en-US" /b %GCI_HOME%\GIS-Exports.scr
or
"C:\Program Files\Autodesk\AutoCAD 2019\acad.exe" /b %GCI_HOME%\GIS-Exports.scr
and AutoCAD will not open up when using windows task scheduler - I can see that AutoCAD is running but nothing happens. It's running on Windows 10, AutoCAD version 2019.