jmarkus
Mechanical
- Jul 11, 2001
- 377
My NX prt files are correctly associated to the following command, as confirmed using ftype:
If I try to open from the command line to check that everything is good, substituting a file for the %1, then NX opens, but doesn't load the file:
If I try to open from Windows Explorer (double-click on the prt file, or right click and select open), then I get the error:
Which looks like it is substituting the prt file name before all the arguments (e_dir is the remnant of -user_file_dir).
Can anybody figure out what I need to do?
Thanks,
Jeff
Code:
C:\WINDOWS\system32>ftype NXPartfile
NXPartfile="C:\Program Files\Siemens\NX1953\NXBIN\ugs_router.exe" -ug -use_file_dir "%1"
If I try to open from the command line to check that everything is good, substituting a file for the %1, then NX opens, but doesn't load the file:
Code:
C:\WINDOWS\system32>"C:\Program Files\Siemens\NX1953\NXBIN\ugs_router.exe" -ug -use_file_dir "C:\Users\jmarkus\Documents\NewSketcherTrainingJLM.prt"
If I try to open from Windows Explorer (double-click on the prt file, or right click and select open), then I get the error:
Code:
The following error occurred:
C:\Users\jmarkus\Documents\NewSketcherTrainingJLM.prt"e_dir - Invalid argument
Which looks like it is substituting the prt file name before all the arguments (e_dir is the remnant of -user_file_dir).
Can anybody figure out what I need to do?
Thanks,
Jeff