Message 1 of 7
custom menu command: how to write a file's path to switch an xref?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I wuant to do some menu commands to quickly switch the referenced file (I have a plan under a section and I want to change floors). Copying the commands from the F2 window (and the relative path from the xref window) they should be
^C^C-xref;p;plan;.\MRNC-AE-P00_groundFloor.dwg ^C^C-xref;p;plan;.\MRNC-AE-P01_firstFloor.dwg
…and so on.
But the path is not recognized: it stops at the dot and waits for the rest of the path.
I tested also enclosing the path in 'quotes (single and double), and also tryied to escape special characters, but the command doesn't recognize it as a path.
It wors as expected on the command line.
What's the correct syntax?
Thank you
Thank you