Here is an easy way to launch one app from another;
XXXX is the creater Name.
Search through the includes to file sysAppLaunchCmdCustomBase - the header has
some info
Search through the CW examples for AppLaunchWithCommand - and you can see how
its used
UInt myAppCmdLaunch = sysAppLaunchCmdCustomBase + 1;
AppLaunchWithCommand('XXXX',myAppCmdLaunch,NULL);
--------------------------------------------------------------------------------------------
Date: 5 Mar 1999 23:10:42 -0800
From: <[EMAIL PROTECTED]>
Subject: Start One Application From Another
Hi Friends,
Can anyone tell me whether it is possible to invoke one .prc file (that is one
application ) from within another .prc ?
If yes, what could be the possible way of doing that?
Waiting for any suggestion in this regard.
Thanks
Debjani
River Run Software Group