When I change the working directory of ADAMS, I always use File---Select Directory, and then use the dialog to select a new dir. I can't find a directly command about this , can anyone give me some advices?
This can be achieved by changing the value of the DEFAULT_CMD_DIR environment variable. In command language this is discussed in the following article:
I suggest that you use forward slash '/' instead of backslash '\' when writing macros.
First, if you have tp build complex strings, pass between different macros or cmd to python, it get increasingly complex tracking the number of \\\\ you need to get your code to work.
Second, it will work if you ever need to port to Linux.