How to use Massren with Vim?
Posted
by
Remonn
on Super User
See other posts from Super User
or by Remonn
Published on 2014-06-02T14:30:25Z
Indexed on
2014/06/02
15:34 UTC
Read the original article
Hit count: 260
I want to use massren renamer in vim in order to rename files within the texteditor.
First, I used this command within Vim to set Vim as default editor for massren
:! c:\tools\massren_renamer\massren.exe --config editor "C:\Progra~2\Vim\vim74\gvim.exe --remote-silent-tab"
Then I tried to change a number of text files with this command within Vim:
:%! c:\tools\massren_renamer\massren.exe d:\t*.txt
but the list of files doesn't open at all in Vim. What did I wrong?
© Super User or respective owner