[comp.windows.ms] Running an application from a Windo

mms00786@uxa.cso.uiuc.edu (09/15/89)

>When I was at Microsoft U., I asked the instructor, and he gave me an 
>example program which I will dig up.  If there is enought interest, I 
>will post it (Assuming that there are no copyright problems). 

Please post - I too am interested.

Milan
mms00786@uxa.cso.uiuc.
.

meyer@s.cs.uiuc.edu (09/15/89)

By all means, please post if at all possible... I'm sure there are many 
casual readers out there who may not be interested now, but might use it later
on in another project.

As for me, I'm interested NOW.

Don Meyer		meyer@s.cs.uiuc.edu
			"If there is indeed Artificial Intelligence, then 
			 it follows that there must also be
			 Artificial Stupidity..."

fenton@s.cs.uiuc.edu (09/16/89)

I went through this hassle. Call Product Support Services (206) 454-2030
and ask for the App note that describes "Spawning from Windows".
They will send you some info and a disk that contains an assembly language
patch that saves some context info and calls Interrupt 21 Function 4B.
You just link in the assembly routine and call it from your windows app.
Good luck.