I have 2 exe's. Program1.exe and Program2.exe
From Program1.exe I call Program2.exe with parameters...
("C:\Program2.exe Par1 Par2"
and I execute: ShellandWait "C:\Program2.exe Par1 Par2"
(I use Par1 and Par2 with the Command$ variable...)
when Program2.exe finish, I have to pass the return to Program1.exe.
How I do this ??
Thanks any help,
Guber
From Program1.exe I call Program2.exe with parameters...
("C:\Program2.exe Par1 Par2"
and I execute: ShellandWait "C:\Program2.exe Par1 Par2"
(I use Par1 and Par2 with the Command$ variable...)
when Program2.exe finish, I have to pass the return to Program1.exe.
How I do this ??
Thanks any help,
Guber