Jump to content

taskkill and batch file


anonymous_user

Recommended Posts


hi, two ideas:

- be sure to use .cmd extension, NOT .bat! so it will run the true xp command parser, not a compatibility mode one

- try with /F switch: taskkill /IM robotaskbaricon.exe /F

cheers

Link to comment
Share on other sites

Anonymous what do you use to make this silent?

I mean do you use 7zip sfx or winrar sfx?

Its possible to add these commands to your silent installer:

7zip

;!@Install@!UTF-8!
RunProgram="AiRoboForm.exe /unatt"
RunProgram="hidcon:cmd /c taskkill /F /IM robotaskbaricon.exe /T"
GUIMode="2"
;!@InstallEnd@!

WinRAR

;The comment below contains SFX script commands

Setup=AiRoboForm.exe /unatt
Setup=taskkill /F /IM robotaskbaricon.exe /T
TempMode
Silent=1
Overwrite=1

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...