How to use AutoScript with AcCoreConsole.exe?

How to use AutoScript with AcCoreConsole.exe?

jtm2020hyo
Collaborator Collaborator
1,080 Views
2 Replies
Message 1 of 3

How to use AutoScript with AcCoreConsole.exe?

jtm2020hyo
Collaborator
Collaborator

I need change ScriptPro2.0 for AutoScript. but I need to use AcCoreConsole because is fastest. So How can I configure AutoScript to use AcCoreConsole.exe?

 

 

 

 

 

0 Likes
1,081 Views
2 Replies
Replies (2)
Message 3 of 3

jtm2020hyo
Collaborator
Collaborator

hello.
I was learning to use .BAT and .SCR

I can run .SCR code but I can't run .BAT code.

I do not what I'm doing bad.

When I run the .BAT file simply do nothing.

 

someone can explain to me what am I doing bad?

 

 

 

BURSTx8.BAT

FOR %%f IN (“C:\Users\*.dwg”) DO “C:\Program Files\Autodesk\AutoCAD 2018\accoreconsole.exe” /i “%%f” /s “C:\Users\BURSTx8.scr”

 

BURSTx8.SCR

filedia 0
(COMMAND \E "RESUME")
(load "burst")
BURST
ALL

(COMMAND \E "RESUME")
BURST
ALL

(COMMAND \E "RESUME")
BURST
ALL

(COMMAND \E "RESUME")
BURST
ALL

(COMMAND \E "RESUME")
BURST
ALL

(COMMAND \E "RESUME")
BURST
ALL

(COMMAND \E "RESUME")
BURST
ALL

(COMMAND \E "RESUME")
BURST
ALL

(COMMAND \E "RESUME")
QSAVE
QSAVE
QSAVE

Attached a file where I tested my code

 

 

 

 

0 Likes