You are not logged in.
Do you think that way could damage Rainlendar / data?
I don't know. You should ask the developer of Rainlendar.
Offline
Yes, of course, thank you.
What do you think about this:
Many thanks for the link, it shows that:
The "Title" field is left unfilled. May be "RainlendarWindow" will work?
Process Explorer shows nothing in the window column:
Last edited by den4b (2015-12-01 14:27)
Offline
The "Title" field is left unfilled. May be "RainlendarWindow" will work?
"RainlendarWindow" is a window class, it will not work when looking for a match in window title.
Offline
That' s a pity. So, obviously this way to close Rainlendar is gone.
Offline
You can also use "Run Program" action to execute some command line tool that might be able to close your process gracefully, like:
nircmd closeprocess rainlendar.exe
More info here: Properly close (not kill) programs from the command line [superuser.com]
Offline
Alright, that sound good, thank you very much for the code and link.
I have downloaded it and moved it to that folder: I:\Programs\NirCmd
I do not understand where to enter the code line - "nircmd closeprocess rainlendar.exe":
General Syntax Of NirCmd
nircmd.exe {showerror} [command] [command parameters]
The showerror parameter is optional. If you specify this parameter, an error message will be displayed on the screen if an error is occurred during the execution of the command. Otherwise, any error will be ignored. For example:
nircmd.exe showerror rasdial "dial1"
nircmd.exe rasdial "dial1"
In above 2 examples, NirCmd will try to dial with the "dial1" entry. If the dialing process is failed on the first example, an error message describing the problem will be displayed. If the dialing process is failed on the second example, error message won't be displayed.
May be like that in such a file with the extension "lnk", but that does not work: I:\Programs\NirCmd\nircmd.exe nircmd closeprocess rainlendar.exe
Last edited by Dirk (2015-12-01 22:04)
Offline
Use Shutter's built-in "Run Program" action.
Test that command line first to see if it actually works.
Offline
Use Shutter's built-in "Run Program" action.
Yes, I would do it if I could get the code / line / function to work.
Test that command line first to see if it actually works.
Yes, a very good idea, I did, that's why I know it does not work. I do not understand where to enter the code line - "nircmd closeprocess rainlendar.exe". Where should I enter it?
Offline
"nircmd closeprocess rainlendar.exe"
That was just an example. You need to find the exact command to execute.
Substitute "rainlendar.exe" with whatever the actual process name is of your Rainlendar application. Replace "nircmd" with full path to the "nircmd" executable.
You can test this command in the Command Prompt (type "cmd" in Windows Run menu).
Offline
OK, thank you very much.
Offline