Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
I use a simple batch file to set the PTC_WF_ROOT.
@echo off
set PTC_WF_ROOT=C:\Users\mpinkney.TRT\AppData\Roaming\PTC\ProENGINEER\Wildfire\.wf
"C:\PTC\proeWildfire 4.0\bin\proe.exe" "C:\PTC\proeWildfire 4.0\bin\proe1.psf" %*
Now Windows 7 (64 bit) does not recognize *.bat files. I opens them in notepad. Anyone know how to associate *.bat files with Windows Batch Files?
Thanks,
Mike Pinkney
Triple Ring Technologies
39655 Eureka Drive
Newark, CA. 94560-4806
V: 510-592-3000 x 144
In Reply to Mike Pinkney:
Thanks everyone. It's working. Mike Phillips helped me out. I edited the registry and deleted the key.
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.bat
I use a simple batch file to set the PTC_WF_ROOT.
@echo off
set PTC_WF_ROOT=C:\Users\mpinkney.TRT\AppData\Roaming\PTC\ProENGINEER\Wildfire\.wf
"C:\PTC\proeWildfire 4.0\bin\proe.exe" "C:\PTC\proeWildfire 4.0\bin\proe1.psf" %*Now Windows 7 (64 bit) does not recognize *.bat files. I opens them in notepad. Anyone know how to associate *.bat files with Windows Batch Files?
Thanks,
Mike Pinkney
Triple Ring Technologies
39655 Eureka Drive
Newark, CA. 94560-4806
V: 510-592-3000 x 144