05-22-2012 01:29 PM
Hello All.
I want to launch external application or .exe file within my own software environment. I know the way of launching external exe file but it runs on a separate window above my software. All i want is to launch the exe not in a separate window but within premesis or window of my own software in a defined rectangular area. What will be way of doing this?
Thanks & Regards.
05-24-2012 09:04 AM
Hello Moshi,
You could start an application without creating a new window using the B flag:
start /WAIT /B "c:/windows/system32/cmd.exe"
You can find additional information by reading the help text for the start command:
start /?
Daniel
06-26-2012 02:10 PM
Hello,
Please find an attachment. Kindly have a look on .uir file in the example. If i want to launch any external exe say e.g cmd.exe in the rectangular region drawn, what will be way of doing this as i am unable to launch .exe in the rectangular region specified
Thanks & Regards.
Moshi.