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?
Can't terminate EXCEL.EXE process
-
- Posts: 70
- Joined: Thu Jul 02, 2015 3:54 pm
Can't terminate EXCEL.EXE process
- Attachments
-
- Cattura.PNG (54.49 KiB) Viewed 9472 times
Re: Can't terminate EXCEL.EXE process
Do you only have the problem with Excel or did you also tried to reproduce it with another process?
Re: Can't terminate EXCEL.EXE process
I tried, it works without problems...
The task is
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
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