coucou Posted April 11, 2005 Posted April 11, 2005 Hi,Ifound few posts regarding the silent installation dBpowerAMP 10 and i try applying that to dBpowerAMP 11 .I prepared a .cmd batch file dBpowerAMP\\setup.exe "<Silent>"taskkill /F /IM MusicConverter.exe The silent switch dBpowerAMP\\setup.exe "<Silent>"OKBut I can't get rid from the last screen "dMC Configuration' (here attached).I even tried the promt command taskkill /F /IM MusicConverter.exewithout success!.The only way to get it ride is to open the Task Manager (Ctrl +Alt +Sup), then ending MusicConverter.exe task or killing MusicConverter.exe process. TNX for yr helpcoucou
PryGuy Posted April 12, 2005 Posted April 12, 2005 It is strange that TASKKILL doesn't work but you can kill the process with the task manager...EDIT: Ah, I got it! All the commands in a batch file are executed one after another. So the TASKKILL command just can't be executed for it waits for the previous process to end. Think you'll have to use AutoIt...
coucou Posted April 12, 2005 Author Posted April 12, 2005 I wonder use AutoIt,But I don't know how using it... and i'm not an experienced coder.Does anybody can help Cheerscoucou
redfive19 Posted June 13, 2005 Posted June 13, 2005 Here's a quic autoit script I wrote for installing it silently....Run("dMC-r11.exe" & " ""<Silent>""")WinWait("dMC Configuration", "", 80)If WinExists("dMC Configuration", "") Then WinActivate("dMC Configuration", "")ControlClick("dMC Configuration", "ID Tag Options", "Button1")EndIf
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now