Jump to content

Recommended Posts

Posted

Im trying to create a batch file to close Roboform:

taskkill /IM robotaskbaricon.exe

It does not work though. If I open the command prompt then type the command, it works.

Any ideas?


Posted

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

Posted

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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