Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!rutgers!aramis.rutgers.edu!paul.rutgers.edu!emuleomo From: emuleomo@paul.rutgers.edu (Emuleomo) Newsgroups: comp.sys.ibm.pc Subject: Microsoft Windows Keywords: Microsoft windows spawning tasks Message-ID: Date: 27 Oct 89 19:06:46 GMT Organization: Rutgers Univ., New Brunswick, N.J. Lines: 25 Dear windows guru, Is it posible to get an MS windows task to spawn another task which MS windows will then recognize? For example I want to write an application which can start up other applications if the user takes some action. i.e. something like..... long FAR PASCAL myWndProc(etc...etc..) { switch(user_action) { case EXCEL: system("win excel"); case WORD: system("win word"); . . etc.. etc.. } } Email will be mucho mucho appreciated. Thanx --Emuleomo O.O. (emuleomo@yes.rutgers.edu) -- ** The ONLY thing we learn from history is that we don't learn from history!