
As there is no activity here which I think is sad, so I though I would post some macros i use.
This is a macro I use from the "File associations" menu it uses "Macro:post"
For any archive format I use, I have this macro in the "execute command" section:
Filemask:
Code: Select all
*.cue,*.iso,*.bin,*.mdf,*.zip,*.rar,*.ccd,*.nrg,*.img,*.cab,*.bz2,*.tar,*.jar,*.ace,*.7z
Code: Select all
Extract to !.\
Code: Select all
Macro:post %path=fsplit(panelitem(0,0,0),4); ShiftF2 $IF (dialog && Title == "Extract") $Text %path\ Enter $IF (dialog && Title == "Extract") a $End $Else $End
The macro will extract any archive FAR supports to a directory with the same name as the archive.
And to get a menu to choose this command from I have this macro higher in the list with the same archive extensions in the "execute command" section:
Filemask:
Code: Select all
*.cue,*.iso,*.bin,*.mdf,*.zip,*.rar,*.ccd,*.nrg,*.img,*.torrent,*.cab,*.par2,*.sfv,*.7z,*.bz2,*.tar,*.jar,*.ace
Code: Select all
Enter archive
Code: Select all
Macro:post ctrlpgdn
Hope this is useful.
jonib