Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a "Processing" bat/scr/lsp collection that I use to clean our Outgoing files prior to sharing with subs. It can travel from project to project as it works on contents inside whatever folder it's in. I'm modifying it to process incoming files from our prime, and trying to reset all C3D command settings to utilize the "Standard" style. The easiest way to do that manually, is to use "IMPORTSTYLESANDSETTINGS" and check the Import settings box.
I cannot, for the life of me, get around the dialogue box that opens. (attached) Below is the snippet of code that gets me to the dialogue box, that I can't get passed.
(command "_qsave") (setvar "FILEDIA" 0) (setq settingstemplate (strcat (getvar 'dwgprefix) "acad.dwt")) (COMMAND "IMPORTSTYLESANDSETTINGS" settingstemplate "Y" ); cant suppress, avoid, dodge, or "ENTER" my way through this dialogue box ; maybe something else? (setvar "FILEDIA" 1)
Solved! Go to Solution.