home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / os2 / programm / 7955 < prev    next >
Encoding:
Text File  |  1993-01-24  |  933 b   |  24 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!gatech!taco!smscoggi
  3. From: smscoggi@eos.ncsu.edu (SEAN MICHAEL SCOGGINS)
  4. Subject: Starting full screen app from PM
  5. Message-ID: <1993Jan24.070106.513@ncsu.edu>
  6. Sender: news@ncsu.edu (USENET News System)
  7. Organization: North Carolina State University, Project Eos
  8. Date: Sun, 24 Jan 1993 07:01:06 GMT
  9. Lines: 13
  10.  
  11. I have a need to start a full screen program from a Presentation Manager
  12. program.  The program need to run in it's own session, and not be
  13. terminated when the PM app is ended (in other words, I need to be able
  14. to do a 'start /fs progname' from within my PM program.  I am using
  15. EMX/GCC and have tried both "spawnl(P_SESSION|P_FULLSCREEN,.....)" which
  16. started the FS program just fine, but killed it when the PM program was
  17. closed, and "system("start /fs progname)" which hung the machine!
  18.  
  19. Any help is appreciated,
  20. thanks in advance,
  21. sean scoggins
  22.  
  23. smscoggi@eos.ncsu.edu
  24.