Skip to main content
1-Visitor
September 24, 2012
Question

purge not working? Creo 2.0 m020

  • September 24, 2012
  • 1 reply
  • 906 views
this is what happens when I turn echo off and run it.

C:\caduser\212003>purge

C:\caduser\212003>REM @echo off

C:\caduser\212003>set MC=unset

C:\caduser\212003>if " == "INTEL_64" set MC=ia64_nt

C:\caduser\212003>if " == "INTEL_486" set MC=i486_nt

C:\caduser\212003>if "AMD64" == "IA64" set MC=ia64_nt

C:\caduser\212003>if "AMD64" == "AMD64" set MC=x86e_win64

C:\caduser\212003>if "AMD64" == "x86" set MC=i486_nt

C:\caduser\212003>REM cygwin sets this on 64bit OS

C:\caduser\212003>if " == "AMD64" set MC=x86e_win64

C:\caduser\212003>if not "x86e_win64" == "unset" goto mc_done

C:\caduser\212003>if NOT " == " goto creoset

C:\caduser\212003>set APPDIR=C:\caduser\212003\..

C:\caduser\212003>set cf=C:\caduser\212003\..\..

C:\caduser\212003>set PRODIR=C:\caduser\212003\..\..\Common Files\M020

C:\caduser\212003>goto pdirset

C:\caduser\212003>set PRO_MACHINE_TYPE=x86e_win64

C:\caduser\212003>set start_cmd=start "

C:\caduser\212003>set PRO_DIRECTORY=C:\caduser\212003\..\..\Common
Files\M020

C:\caduser\212003>set CREOAPP_DIRECTORY=C:\caduser\212003\..

C:\caduser\212003>if NOT "true" == " goto ptcpathset

C:\caduser\212003>"C:\caduser\212003\..\..\Common
Files\M020\x86e_win64\obj\purg
e.exe"
The system cannot find the path specified.

C:\caduser\212003>exit /B 3


The SET APPDIR is getting set to the folder with my files, this cannot be
correct. Later in the batch you see it is looking for the common files down
under the folder I am trying to purge.

I am on Windows 7 64 bit, Creo 2.0 m020.
I have run the reconfigure several times hoping it would correct itself.
Could someone that has this working with similar config copy and paste
their path to a reply?

This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

1 reply

1-Visitor
September 24, 2012
Spaces in path....