When I SHELL to a DOS program, how can I get the console handle
of the window in which the DOS program is running?
May be simple, but I can't find the way.
my code:
ProcessId??? = SHELL("mydosapp.exe")
Is the ProcessId??? the handle I need?
Thanks
of the window in which the DOS program is running?
May be simple, but I can't find the way.
my code:
ProcessId??? = SHELL("mydosapp.exe")
Is the ProcessId??? the handle I need?
Thanks
Comment