Hello All!
I suppose I have two applications such as app1.exe in C:\ and app2.exe in D:\ .
When I open appl.exe in C:\ , app1.exe call in app2.exe and then app2.exe will run
and app2.exe will give the file location of app1.exe with extension such as C:\app1.exe in run time.
Here I wanna know how to reveal the location of calling application (app1.exe) with extension from app2.exe.
I mean that app2.exe is called by app1.exe and when app2.exe is running, I wanna reveal the location of app1.exe
with extension from app2.exe.
Please give me any suggestions for that matter.
I'll thanks a million...
Loading
Hirendra SisodiyaPosted Dec 7, 2010, 3:33 AM
hello pho
You can pass full path of first exe as argument in when you call second exe…Simple
I think you are using shell command…
Thanks
Please mark as answer if it helps