CODE
ECHO Installing Yahoo Messenger 6.0.0.1643
START /WAIT E:\PostInst\ymsgrie\ymsgrie.exe /s
taskkill /F /IM YPager.exe /T
START /WAIT regedit /s "E:\PostInst\ymsgrie\settings.reg"
ECHO.
START /WAIT E:\PostInst\ymsgrie\ymsgrie.exe /s
taskkill /F /IM YPager.exe /T
START /WAIT regedit /s "E:\PostInst\ymsgrie\settings.reg"
ECHO.
While it works while i'm logged on this taskkill entry gives me an "Critical error" and obviously doesn't close YPager.exe but the yahoo messenger opens anyway
Is it posible that at the cmdlines stage the services aren't started or something?
Do i have to use a PID? How do i do that?