I need help writing a script to export DWG to NWD (NavisWorks). I need to set a path, the NWD is going all over the place when it saves. So far I got:
;prevent dialog box
filedia
0
;nwdout
nwdout
;allow dialog box
filedia
1
;end
I don't know how to predefine the path or add the path to the file name at the prompt (would like to use DWG's path):
Command: nwdout
File name <filename.nwd>:


Reply With Quote
