Here is what I'd like to be able to do:
- If the file is .zip and is located at C:\Archives\ - on double-click open it with 7-Zip.
- if the file is .rar and is located at C:\Backups\ - on double-click open it with WinRAR.
Is it possible at any level? If not, will it be eventually possible in future updates? Thanks.
Custom File Open operations
-
highend
- Posts: 14996
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: Custom File Open operations
Already possible through PFAs (portable file associations):
Add at the top (and adapt the paths of the executables!):
Add at the top (and adapt the paths of the executables!):
"7z" C:\Archives\*.zip>D:\Tools\7-Zip\7zFM.exe
"WinRAR" C:\Backups\*.rar>D:\Tools\WinRAR\WinRAR.exe
One of my scripts helped you out? Please donate via Paypal
-
reyaz
- Posts: 21
- Joined: 29 Feb 2016 17:15
Re: Custom File Open operations
It works great, thank you! 
XYplorer Beta Club