D
Dakkar
I wrote a line like this for executing the program that i want
System.Diagnostics.Process.Start(uopath +
@"\client.exe");
and i want to call a function after this program succesfully executed
so i write the line like this
[code:1:71767090a2]
System.Diagnostics.Process.Start(uopath +
@"\client.exe");
uocfgafter();
[/code:1:71767090a2]
but its calling the function right after try to start executing
client.exe
are there anyway to call the function after client.exe succesfully
executed?
Thanks
*---------------------------------*
Posted at: http://www.GroupSrv.com
*---------------------------------*
System.Diagnostics.Process.Start(uopath +
@"\client.exe");
and i want to call a function after this program succesfully executed
so i write the line like this
[code:1:71767090a2]
System.Diagnostics.Process.Start(uopath +
@"\client.exe");
uocfgafter();
[/code:1:71767090a2]
but its calling the function right after try to start executing
client.exe
are there anyway to call the function after client.exe succesfully
executed?
Thanks
*---------------------------------*
Posted at: http://www.GroupSrv.com
*---------------------------------*