Please check the attached macro which moves and renames thу file and its dependencies.
1) Open the macro in edit mode (Tools->Macro->Edit)
2) You will see the following declaration under the macro header.
Const SOURCE_FILE As String = "C:\Input\Assem1.SLDASM"
Const DEST_FOLDER As String = "C:\Output\"
Const SUFFIX As String = "_test"
3) Specify the input file as first constant, output folder (may be the same as input folder) as second constant (you should include '\' at the end of path, and suffix to append to all file names. Save and run the macro.
Note no SolidWorks documents should be opened when macro running.
This should be executed very quickly because the references updated internally in file without opening in SolidWorks. When done message box is displayed.
Let me know if you have any questions or need some changes.
Hope it helps.
PLEASE BACKUP YOUR DATA WHEN TESTING THE MACRO!
Regards,
Artem Taturevych
Application Engineer at Intercad
Tel: +61 2 9454 4444