Hi there,
I am not very good in English. I hope you know what I mean. THANKS
Is there a way to launch an exe file via calling DLL file? (requires waiting for the EXE2 exit)
<< OR there is an DLL has already built in the Windows 2000? So, I can call use iy directly? >>
Possibly, you are asking why I can't call the EXE2 directly ( EXE1 -> EXE2 )
The problem is I want....
1. EXE1 launch EXE2
2. Waiting for the EXE2 exit
3 Continue running EXE1
BUT, the EXE1 doesn't have any WAIT switches. However, the doc said EXE1 supports DLL call and only DLLs run synchronously( can't rebuild the EXE1 file )
Any suggestions?
Cheers
I am not very good in English. I hope you know what I mean. THANKS
Is there a way to launch an exe file via calling DLL file? (requires waiting for the EXE2 exit)
<< OR there is an DLL has already built in the Windows 2000? So, I can call use iy directly? >>
Possibly, you are asking why I can't call the EXE2 directly ( EXE1 -> EXE2 )
The problem is I want....
1. EXE1 launch EXE2
2. Waiting for the EXE2 exit
3 Continue running EXE1
BUT, the EXE1 doesn't have any WAIT switches. However, the doc said EXE1 supports DLL call and only DLLs run synchronously( can't rebuild the EXE1 file )
Any suggestions?
Cheers