Saving current document with new name.
ArborX


Summary
This example shows how to save the current document with a new name.

The macro shown below saves the current document – test1.3d -- under a new name, but still in .3d format. The previous version of the document is not deleted or over-written. The new file will be called test2.3d, and will by default be saved in Arbortext APP's working directory, usually \3d.

 tsave "test2"

Document created on 08-Feb-2003 (revision 1)