hi, first sorry for my english
but i've purchased time ago the illustrate dbpoweramp and now i maked a batch file for help me to convert day a day my new music files, but i don't want to see the logo informatcion, or the source audio info and the output.. im only interested to see the beautiful progressbar because the other info is too big...
This is the aspect of my batch file...
And this is the interesting part of the batch file:
So... i can hide it?
I have no idea to hide the info, i have searching for that problem 1 month ago with no results, i tryed with cli encoder and the pipes [StdIn] and [StdOut] but i have no idea how to use it...
Please help me... tanks! and bye.
but i've purchased time ago the illustrate dbpoweramp and now i maked a batch file for help me to convert day a day my new music files, but i don't want to see the logo informatcion, or the source audio info and the output.. im only interested to see the beautiful progressbar because the other info is too big...
This is the aspect of my batch file...
And this is the interesting part of the batch file:
Code:
coreconverter.exe -infile="%nombre:~0,-4%.m4a" -outfile="%nombre:~0,-4%.mp3" -dspeffect1="Delete Source File=" -dspeffect2="Delete Destination File on Error=" -convert_to="mp3 (Lame)" -b 160 --cbr -encoding="SLOW" -q 0 -noidtag -priority="low" -errorfile="%temp%\%nombre%.txt"
I have no idea to hide the info, i have searching for that problem 1 month ago with no results, i tryed with cli encoder and the pipes [StdIn] and [StdOut] but i have no idea how to use it...
Please help me... tanks! and bye.
Comment