Rufus has executable files named like rufus-3.4.exe, rufus-3.18.exe, rufus-3.20.exe. Is there a way to create a toolbar button that always runs the latest version without me having to edit it every time a new version is downloaded?
Assuming the latest version has the most recent timestamp, this command will turn into a button that automatically runs the most recent one in the specified folder (edit the path as needed).
Go PATH "c:\path\to\rufus" FOLDERCONTENT="nodirs,filefilter=rufus*.exe,maxfiles=1,sortdate,sortreverse"
If the timestamp isn't predictable then you'd need a script to read the folder and work out which one is most recent from the filename.
6 Likes
Thank you