Start Up Script

Start Up Script

PiscesBob
Enthusiast Enthusiast
1,358 Views
2 Replies
Message 1 of 3

Start Up Script

PiscesBob
Enthusiast
Enthusiast

Is there a start-up script that will put the quick access toolbar below the ribbon? After I installed a weld app now AutoCad 2022.1.1 starts with the quick access toolbar above the ribbon.  It didn't used to do this.  The script would be located in my desktop shortcut like this for my startup script: /b setupx.scr

pisces-aquarius

0 Likes
Accepted solutions (2)
1,359 Views
2 Replies
Replies (2)
Message 2 of 3

cadffm
Consultant
Consultant
Accepted solution

You can add the command to a ACADDOC.lsp

 

Or just the Script load statement.

 

(command "_.SCRIPT" "D:\\Test\\myscript.lsp")

 

 

Sebastian

0 Likes
Message 3 of 3

j.palmeL29YX
Mentor
Mentor
Accepted solution

Place your QAT below the Ribbon - see image 1.png. Then save this configuration as a new workspace (or overwrite an existing) - see image 2.png. 

Additional you can customize your command line startup of the program using the /w switch to set your new workspace as the default workspace.

 

 

 

 

 

Jürgen Palme
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature