• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

macro in .cui

  • Thread starter Thread starter joe
  • Start date Start date

joe

Guest
Good morning, I inserted the following macro (startapp "explorer" (strcat "/n," "z:/lavours and offers") in the customization section of which, by associating it with a menu item, to open the only folder.
the result is that you always open the documents folder; precise that the path is external, but still does not work even if I insert an internal path to the pc. Could you please tell me where the error is in the code?
 
explorer does not digest the replacement of "\" with "/" in the path.
replacement however is necessary because it is a macro menu and "\" has its own precise meaning.

to solve writings:
Code:
(startapp "explorer" (tight "/ n, z:" (chr 92) "lavori e offerte")
replacing each "/" (chr 92).
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top