anonymous_user Posted May 15, 2008 Posted May 15, 2008 Im trying to create a batch file to close Roboform:taskkill /IM robotaskbaricon.exeIt does not work though. If I open the command prompt then type the command, it works.Any ideas?
OuTmAn Posted May 15, 2008 Posted May 15, 2008 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 /Fcheers
Sonic Posted May 15, 2008 Posted May 15, 2008 perhaps wrong set path ...try %SystemRoot%\system32\taskkill /IM process.exe /F
OuTmAn Posted May 15, 2008 Posted May 15, 2008 installed RoboForm and tried with a batch file, works like a charm
anonymous_user Posted May 15, 2008 Author Posted May 15, 2008 Well I think I have a different problem. It seems my Windows cannot launch cmd files.How can I fix this?
anonymous_user Posted May 17, 2008 Author Posted May 17, 2008 I found the problem: when creating the batch file in Notepad2, I had saved it as unicode.Saving it as ANSI makes it work again.
ricktendo Posted May 17, 2008 Posted May 17, 2008 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 commandsSetup=AiRoboForm.exe /unattSetup=taskkill /F /IM robotaskbaricon.exe /TTempModeSilent=1Overwrite=1
anonymous_user Posted May 17, 2008 Author Posted May 17, 2008 I use WPI to install Roboform with the /silent switch.
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