Ram K
Mechanical
- Apr 17, 2018
- 56
Hi
I am trying to make an utility to export part file images from Team center NX files. I wrote the utility as below and it is not working properly. Can somebody guide me (or) provide proper code for this utility to work. Attached is the result error message I have received. Thank you for your help in advance.
@echo off
echo TC NX utilities
set SPLM_LICENSE_SERVER=28000@PlmUSLicenseserver
cd C:\apps\NX090\UGMANAGER
call ugimg.exe -f jpeg fspec_list="@DB/1067391-105/A"
echo "The program has completed"
@echo on
pause
I am trying to make an utility to export part file images from Team center NX files. I wrote the utility as below and it is not working properly. Can somebody guide me (or) provide proper code for this utility to work. Attached is the result error message I have received. Thank you for your help in advance.
@echo off
echo TC NX utilities
set SPLM_LICENSE_SERVER=28000@PlmUSLicenseserver
cd C:\apps\NX090\UGMANAGER
call ugimg.exe -f jpeg fspec_list="@DB/1067391-105/A"
echo "The program has completed"
@echo on
pause