#1 2017-09-15 09:34

noidea
Member
Registered: 2017-09-15
Posts: 1

Start a program after renaming files ?

I'm not a pro using renamer so far, so it might be obvious and I simple don't see it: I want to - for example - rename some mp3 files with renamer and automatically start mp3tag.exe with the set of renamed files after that. Is there a "click solution" for that ?

Offline

#2 2017-09-15 11:44

den4b
Administrator
From: den4b.com
Registered: 2006-04-06
Posts: 3,374

Re: Start a program after renaming files ?

You can use ReNamer's command line options for unattended renaming according to your preset rules and then start mp3tag.exe.

These commands can be saved in a BAT file for a one-click solution.

Something like that:

ReNamer.exe /rename "My Preset Name" "C:\Users\User\Music"
mp3tag.exe "C:\Users\User\Music"

Offline

Board footer

Powered by FluxBB