Terminate a "Shelled" Program Using FnxBasic
Posted: Tue Nov 26, 2013 3:25 pm
Can anybody help???
I am using "Shell" to run an external program (example Only!!!) thus:
Dim Pid As Integer
Pid = Shell("notepad.exe")
`Showmessage(Pid)
Is it possible to terminate the "shelled program" using FnxBasic
Eg Using the value "Pid"????
Many thanks in advance!!!!
I am using "Shell" to run an external program (example Only!!!) thus:
Dim Pid As Integer
Pid = Shell("notepad.exe")
`Showmessage(Pid)
Is it possible to terminate the "shelled program" using FnxBasic
Eg Using the value "Pid"????
Many thanks in advance!!!!