Can't terminate EXCEL.EXE process

Discuss RoboTask here
Post Reply
marcolobaido
Posts: 70
Joined: Thu Jul 02, 2015 3:54 pm

Can't terminate EXCEL.EXE process

Post by marcolobaido »

Hi, I created a new task but it stops when I try to end excel process.
Why the access to the process in denied?
Is there a way to bypass this problem?
Attachments
Cattura.PNG
Cattura.PNG (54.49 KiB) Viewed 6784 times
Rukbunker
Posts: 192
Joined: Mon Feb 22, 2016 4:06 pm
Location: Netherlands

Re: Can't terminate EXCEL.EXE process

Post by Rukbunker »

Do you only have the problem with Excel or did you also tried to reproduce it with another process?
Oleg
Site Admin
Posts: 3000
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Can't terminate EXCEL.EXE process

Post by Oleg »

I tried, it works without problems...

Code: Select all

I: 02.05.2018 10:43:40: ****** Starting task: Terminate process "EXCEL.EXE"... ******************
I: 02.05.2018 10:43:40: Executing "1.Terminate process "EXCEL.EXE""
I: 02.05.2018 10:43:40: Task executed successfully
The task is

Code: Select all

;*****************************
;* RoboTask Task file
;* Do not edit in text editor!
;*****************************
 
[Root]
ActionAfterRun=INTEGER|0
Actions=FOLDER
Automat=INTEGER|-1
CatID=INTEGER|769107885
Comment=STRINGLIST
ContinueOnError=INTEGER|0
DoNotStopWhenShutdown=INTEGER|0
ExternalName=STRING|"Task46"
Hide=INTEGER|0
ID=INTEGER|2034567722
LogOnAsUser=INTEGER|1
Name=STRING|"Terminate process ""EXCEL.EXE""..."
OnErrorTaskID=INTEGER|-1
Priority=INTEGER|3
RunOnClose=INTEGER|0
RunOnStartup=INTEGER|0
ToLog=INTEGER|3
UnicodeFormat=INTEGER|1
WriteGeneralLog=INTEGER|0

[Actions]
Action1=FOLDER

[Actions\Action1]
ActionID=STRING|"A_MISC_KILLAPP"
Enabled=INTEGER|-1
Name=STRING|"Terminate process ""EXCEL.EXE"""
Params=FOLDER

[Actions\Action1\Params]
more=STRING|"0"
process=STRING|"EXCEL.EXE"
Oleg Yershov
Post Reply