Page 1 of 1

'stop' or 'kill' an executed file

Posted: Wed Jan 31, 2024 10:06 am
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

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

Posted: Wed Jan 31, 2024 11:43 am
by danielmaximiliano
:ugeek: Dr Soto Solution --->> viewtopic.php?p=39519#p39519

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

Posted: Thu Feb 01, 2024 8:08 am
by serge_girard
Thx Daniel !