PID of PHANTOM Process
- malai
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 509
- Thank you received: 11
17 years 9 months ago #1965
by malai
PID of PHANTOM Process was created by malai
Hi All,
How to know the PID of the phantom process?
Meaning, program 'A' is executing program 'B' in phantom mode.
Is there any way that program 'A' can know the PID of the phantom process 'B'?
Command->
0001 PROGRAM MAIN.PRO
0002 PH.CMD='PHANTOM PH.PRO'
0003 EXECUTE PH.CMD
0004 PRINT 'Phantom process started in PID':
0005 STOP
Command->
0001 PROGRAM PH.PRO
0002 PRINT 'IAM THE PHANTOM PROCESS'
0003 STOP
Please help me on this
_________________________________________
Gain Knowledge By Helping Others|Thanks
How to know the PID of the phantom process?
Meaning, program 'A' is executing program 'B' in phantom mode.
Is there any way that program 'A' can know the PID of the phantom process 'B'?
Command->
0001 PROGRAM MAIN.PRO
0002 PH.CMD='PHANTOM PH.PRO'
0003 EXECUTE PH.CMD
0004 PRINT 'Phantom process started in PID':
0005 STOP
Command->
0001 PROGRAM PH.PRO
0002 PRINT 'IAM THE PHANTOM PROCESS'
0003 STOP
Please help me on this
_________________________________________
Gain Knowledge By Helping Others|Thanks
Please Log in or Create an account to join the conversation.
Time to create page: 0.035 seconds