[Tip] PFA in both x32 and x64 environment
Posted: 17 May 2014 03:14
If you have both x32 and x64 version of a program, use PFA like this:Will resolved to either:
"Winrar" rar;zip>?:\7Utilities\WinRAR x32\WinRAR.exe
"Winrar" rar;zip>?:\7Utilities\WinRAR x64\WinRAR.exe
This tip should appear in PFA's Tip window.
P.S: If you need command-line parameter, use like this:
"Winrar" rar;zip>"?:\7Utilities\WinRAR x%osbitness%\WinRAR.exe" -a
another more advanced command-line:
"Winrar" rar;zip>"?:\7Utilities\WinRAR x%osbitness%\WinRAR.exe" x "<pfaitem>" * "<curbase>\"
Code: Select all
"Winrar" rar;zip>?:\7Utilities\WinRAR x%osbitness%\WinRAR.exe"Winrar" rar;zip>?:\7Utilities\WinRAR x32\WinRAR.exe
"Winrar" rar;zip>?:\7Utilities\WinRAR x64\WinRAR.exe
This tip should appear in PFA's Tip window.
P.S: If you need command-line parameter, use like this:
"Winrar" rar;zip>"?:\7Utilities\WinRAR x%osbitness%\WinRAR.exe" -a
another more advanced command-line:
"Winrar" rar;zip>"?:\7Utilities\WinRAR x%osbitness%\WinRAR.exe" x "<pfaitem>" * "<curbase>\"