Hello,
How can i install codec-wmav91.exe silent from a comand line?
in my batch script i have the following and all other work:
****************************
start /wait c:\test\setup.exe "<Silent>"
taskkill /F /IM musicconverter.exe
start /wait c:\test\wave.exe "<Silent>" <- This line is not silent
start /wait c:\test\mp2.exe "<Silent>"
start /wait c:\test\mp3.exe "<Silent>"
start /wait c:\test\ogg.exe "<Silent>"
*******************************
Echo Done!
How can i install codec-wmav91.exe silent from a comand line?
in my batch script i have the following and all other work:
****************************
start /wait c:\test\setup.exe "<Silent>"
taskkill /F /IM musicconverter.exe
start /wait c:\test\wave.exe "<Silent>" <- This line is not silent
start /wait c:\test\mp2.exe "<Silent>"
start /wait c:\test\mp3.exe "<Silent>"
start /wait c:\test\ogg.exe "<Silent>"
*******************************
Echo Done!
Comment