Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

creo vs vericut

  • Thread starter Thread starter bmwrull
  • Start date Start date
B

bmwrull

Guest
Hello I have one question. I am using creo 1.0 and
vericut 6. Now I have a vericut 7. And creo always open
vericut 6. Where I can change that ?

thanks
 
1.) Edit <creo installdir>\bin\proev.bat in your Pro/E
Wildfire installation to run the standard VERICUT (you
may want to make a copy of the original before you
proceed):

2. Find the line "set CGTECH_INSTALL=%PRO_DIRECTORY%".

3. Insert the following 2 lines ahead of it:

call C:\cgtech\7.1.1\windows\commands\vericut.bat %1 %2
%3 %4 %5 %6 %7 %8 %9
goto end_cgtech

(change the path to yours vericut instalation)

4. Find the line "set VERICUT_FEATURE_NAME=Embedded" and
erase it

5. Save the file.
 

Part and Inventory Search

Sponsor

Back
Top