Skip to main content
1-Visitor
February 27, 2018
Solved

What do the command line options of purge.exe/bat do ?

  • February 27, 2018
  • 1 reply
  • 2129 views

What do the commandline options of purge.exe as called from purge.bat drive/do?

 

I assume they are copied over form the commandline option of purge.bat

 

My purge.bat resides in : C:\PTC\Creo 3.0\M070\Parametric\bin

The 2nd to last line in purge.bat reads :

 

"%PRODIR%\%MC%\obj\purge.exe" %1 %2 %3 %4 %5

K-20180227-80052-0.png

Best answer by MartinHanak

Hi,

 

my Creo installation contains this file

E:\PTC\Creo3_M160\Creo 3.0\M160\Common Files\x86e_win64\obj\purge.exe

 

therefore PRODIR = E:\PTC\Creo3_M160\Creo 3.0\M160\Common Files

and MC = x86e_win64

 

%1 %2 %3 %4 %5 callouts are not important.

1 reply

24-Ruby III
February 27, 2018

Hi,

 

my Creo installation contains this file

E:\PTC\Creo3_M160\Creo 3.0\M160\Common Files\x86e_win64\obj\purge.exe

 

therefore PRODIR = E:\PTC\Creo3_M160\Creo 3.0\M160\Common Files

and MC = x86e_win64

 

%1 %2 %3 %4 %5 callouts are not important.