'stop' or 'kill' an executed file

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
serge_girard
Posts: 3168
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

'stop' or 'kill' an executed file

Post by serge_girard »

Hello,

Anybody knows how to 'stop' or 'kill' an executed file?

I do this

Code: Select all

 
cURL  := 'https://mols-poezieatelier.be/mm.php?IPX=IPX&WIE=XG'
EXECUTE FILE cURL 
This will invoke my browser to open with a new subpage and execute the code within my php program. No output is generated.
Just starting some little process on a site and then it may be stopped.

So how to close subpage or browser...?

Serge
There's nothing you can do that can't be done...
User avatar
danielmaximiliano
Posts: 2612
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: 'stop' or 'kill' an executed file

Post by danielmaximiliano »

:ugeek: Dr Soto Solution --->> viewtopic.php?p=39519#p39519
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
serge_girard
Posts: 3168
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: 'stop' or 'kill' an executed file

Post by serge_girard »

Thx Daniel !
There's nothing you can do that can't be done...
Post Reply