Hi everybody,
How can I stop an aplication running? By example if I want to stop the running "sssf.exe" witch function I have to use?
Thank you very much.
Best regards,
Zoli B.
How to Stop a program running (Kill)
Moderator: Rathinagiri
- zolysoftsolutions
- Posts: 138
- Joined: Wed Feb 29, 2012 3:33 am
- Location: Gyulakuta, Erdélyország
- Has thanked: 5 times
- Been thanked: 2 times
- Contact:
- serge_girard
- Posts: 2658
- Joined: Sun Nov 25, 2012 2:44 pm
- DBs Used: 1 MySQL - MariaDB
2 DBF - Location: Belgium
- Has thanked: 943 times
- Been thanked: 173 times
- Contact:
Zoli,
Use TSKILL <prg> or TASKKILL in DOS to stop. See your Windows version for exact command.
Serge
Use TSKILL <prg> or TASKKILL in DOS to stop. See your Windows version for exact command.
Serge
- esgici
- Posts: 4543
- Joined: Wed Jul 30, 2008 9:17 pm
- DBs Used: DBF
- Location: iskenderun / Turkiye
- Has thanked: 411 times
- Been thanked: 120 times
- Contact:
zolysoftsolutions wrote: How can I stop an aplication running?
-HMG 3.3.1 (Stable) 2014/07/15 wrote:
- ...
- New Functions:
...
- TerminateProcess ( [ nProcessID ] , [ nExitCode ] )
...
Viva INTERNATIONAL HMG 

- zolysoftsolutions
- Posts: 138
- Joined: Wed Feb 29, 2012 3:33 am
- Location: Gyulakuta, Erdélyország
- Has thanked: 5 times
- Been thanked: 2 times
- Contact:
Thank you Serge and Esgici! 
Esgici..how can I find the Id of the process I want to kill.
By example I know the name of running program: BonPrinter.exe ..but for the function you mentioned I need the Id of the process.
..or where I can find a description of these new functions?
Best regards,
Zoli B.

Esgici..how can I find the Id of the process I want to kill.
By example I know the name of running program: BonPrinter.exe ..but for the function you mentioned I need the Id of the process.
..or where I can find a description of these new functions?
Best regards,
Zoli B.
_______________________________
Open eyes for you!
Open eyes for you!
- Agil Abdullah
- Posts: 204
- Joined: Mon Aug 25, 2014 11:57 am
- Location: Jakarta, Indonesia
- Contact:
Hi Esgici,
I'll try to implement your codes... And to make me anthusiastic, Let me name it like this:
Function LicenseToKill()
....
....
....
Return
Thanks for sharing.
I'll try to implement your codes... And to make me anthusiastic, Let me name it like this:
Function LicenseToKill()
....
....
....
Return
Thanks for sharing.
Agil Abdullah Albatati (just call me Agil)
Programmer Never Surrender
Programmer Never Surrender
- esgici
- Posts: 4543
- Joined: Wed Jul 30, 2008 9:17 pm
- DBs Used: DBF
- Location: iskenderun / Turkiye
- Has thanked: 411 times
- Been thanked: 120 times
- Contact:
Agil Abdullah wrote: I'll try to implement your codes... And to make me anthusiastic, Let me name it like this:
Function LicenseToKill()
....

In fact that code don't provide any licence,
simply a way ( ID / address ) to access.
Kill or love, this is your opportunity

Happy HMG'ing

Viva INTERNATIONAL HMG 

- zolysoftsolutions
- Posts: 138
- Joined: Wed Feb 29, 2012 3:33 am
- Location: Gyulakuta, Erdélyország
- Has thanked: 5 times
- Been thanked: 2 times
- Contact:

Is working.
Viva HMG!
_______________________________
Open eyes for you!
Open eyes for you!