Question:
How to load a script file automatically when I open ZWCAD?
Solutions:
To load .scr file automatically when you start the program, you can try this way:
1. Right-click on the ZWCAD icon, and enter the properties,
2. In the Shortcut tab, there is a "target" input box,
3. Add /b "the path of the scr file" in the last
For example:
"C:\Program Files\ZWSOFT\ZWCAD 2020\ZWCAD.exe" /company ZWSoft /product ZWCAD /language "en-US" /b "F:\Feedback\From Freshdesk\22609\test.scr"
Then click apply, the next time you open ZWCAD, it should run the specific .scr file automatically.