home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / mswindo / programm / misc / 998 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  1.5 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!wupost!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!news.sei.cmu.edu!fs7.ece.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!ak10+
  2. From: ak10+@andrew.cmu.edu (Andrew Joseph Kompanek)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: Clarification on WinExec question
  5. Message-ID: <ceQ4CaO00WB4Ika0Ue@andrew.cmu.edu>
  6. Date: 24 Jul 92 17:53:42 GMT
  7. Organization: Carnegie Mellon, Pittsburgh, PA
  8. Lines: 26
  9.  
  10.  
  11. Here's a restatement of my problem: I need to run a DOS program from
  12. a Windows application in the background so that it doesn't take over the
  13. screen and it runs without any user interaction.  Specifically, I merely
  14. want to run Paradox 3.5 on a PAL script so that it can generate a report
  15. for me (very simple).
  16.  
  17. If you use WinExec to run a DOS program, the DOS program will take over
  18. the screen if you run it in some ACTIVE mode... otherwise the program is
  19. iconfied and won't run until the user double clicks on it.
  20.  
  21. It seems there's no way around this unless (I'm running Windows 3.1) there's
  22. a way to run the DOS program in a Window and then "hide" that Window in
  23. such a way that the application is still merrily chugging along behind
  24. the scenes.
  25.  
  26. Unfortunately, I'm running Windows in standard mode because I fear that
  27. Paradox and the Paradox Engine will have problems in Enhanced Mode.
  28. (Hopefully my paranoia isn't just justified.)  Does anyone have any ideas about
  29. solutions in either mode?
  30.  
  31. Drew
  32. Andrew Kompanek
  33. drew@chimera.hgen.pitt.edu
  34.  
  35. P.S.  Many thanks for all the responses I've gotten to my posts
  36.