
Or by using an added right click action in Windows Explorer "C:\WINDOWS\system32\cmd.exe /c cd %1 &"C:\Program Files\proeWildfire 3.0\bin\purge.bat" *" : ptc_endCurrently, I am doing this by manually copying the purge.bat file to the directory that I want purged and double clicking it. If "%PRO_DIRECTORY%" = "" %MC%_ptc_setvars %0 "purge" bat If NOT "%PRO_DIRECTORY%" = "" "%PRO_DIRECTORY%\bin\%MC%_ptc_setvars" %0 "purge" bat If "%PROOBJ_START_DIRECTORY%" = "" set PRO_DIRECTORY= If not "%winbootdir%" = "" set mc=i486_win95Įcho ERROR Cannot detect what machine type you have.Įcho Please make one of the following settings:Įcho set PROCESSOR=Alpha_AXP - For Windows NT Alpha based machines.Įcho set PROCESSOR=MIPS_R4000 - For Windows NT MIPS based machines.Įcho set PROCESSOR=INTEL_486 - For Windows NT Intel based machines.Įcho set PROCESSOR=INTEL_64 - For Windows Intel Itanium based machines.Įcho set winbootdir= - For Windows 95/98 machines.

If "%PROCESSOR_ARCHITECTURE%" = "ALPHA" set MC=alpha_nt If "%PROCESSOR_ARCHITECTURE%" = "MIPS" set MC=r4000_nt If "%PROCESSOR_ARCHITECTURE%" = "x86" set MC=i486_nt If "%PROCESSOR_ARCHITECTURE%" = "IA64" set MC=ia64_nt


If "%PROCESSOR%" = "Alpha_AXP" set MC=alpha_nt If "%PROCESSOR%" = "INTEL_64" set MC=ia64_nt
