prodromosm 发表于 2022-7-5 19:48:43

Help with *.mnu file

Hi .I want to ask somethins. I want to run two commands the same time from mnu file
 
example
 
^c^c_setpaths
 
I am working Autocad2014 and have secure alerts .So i need before run the _setpaths to run _secureload 0
 
 
I don't know how to write it
 
^c^c_ secureload 0 setpaths
 
^c^c_(command1) (command2)
 
Any ideas ?
 
Thanks

prodromosm 发表于 2022-7-5 20:10:50

Is it possible to do this?
 
Thanks

tombu 发表于 2022-7-5 20:40:19

Assuming you trust it why not just put setpaths code in a trusted folder?Malicious Code is out there, disabling the added protection AutoCAD provides doesn't make any sense.

prodromosm 发表于 2022-7-5 20:57:45

Thanks i write it like this ^c^c_ secureload 0 setpaths and work !!!
页: [1]
查看完整版本: Help with *.mnu file