Encoding with LAME issue

Under Windows 7 my encoding command opens a separate window for each file and encodes all files simultaneously. Under Windows Vista each file was processed one after another in one window. Also "pause" doesn't work under Win7.

Here's the commandline:

... /dopusdata\UserCommands\Tools\Lame.exe "{$var}" {filepath$} {destpath$}{file$|ext=mp3}

Try adding @sync: at the start of the line.

I believe the default sync/async mode was changed recently for single-line commands. (There's no right way to do it so some commands will need @sync: or @async: added whatever the default is...)

That works, thanks!