home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / os2 / misc / 27343 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  2.0 KB

  1. Path: sparky!uunet!sun-barr!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!PKSMRVM.VNET.IBM.COM!KENKAHN
  2. From: KENKAHN@PKSMRVM.VNET.IBM.COM ("Kenneth A. Kahn")
  3. Newsgroups: comp.os.os2.misc
  4. Subject: Re: Using CMD.EXE instead of PMSHELL.EXE
  5. Message-ID: <9208132216.AA18704@ucbvax.Berkeley.EDU>
  6. Date: 13 Aug 92 21:49:44 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Lines: 35
  9.  
  10. Organization: Staff of IBM Fellow - NetWork Computing
  11. Disclaimer: This posting represents the poster's views, not those of IBM
  12. News-Software: UReply 3.0
  13. X-X-From: KENKAHN@PKSMRVM.VNET.IBM.COM (Ken Kahn)
  14. > References: <1992Aug12.155015.14039@kakwa.ucs.ualberta.ca>
  15.             <1992Aug13.193737.15403@ibmpa.awdpa.ibm.com>
  16.  
  17. In <1992Aug13.193737.15403@ibmpa.awdpa.ibm.com> Jeff Carty writes:
  18. >In  <9208131529.AA00624@ucbvax.Berkeley.EDU>  KENKAHN@PKSMRVM.VNET.IBM.COM ("Kenneth A. Kahn") writes:
  19. >>
  20. >> As you suggested in your original post, the 2 biggest things you lose when
  21. >> you run CMD instead of PMSHELL are support for Multiple Processes and PM
  22. >> applications.
  23. >
  24. >No, you still have multiple processes.  You lose multiple *sessions*.
  25. >You can't DosStartSession another program.  You *can* DosExecPgm another
  26. >fullscreen program (meaning it runs in your same session)...this is what
  27. >
  28.  
  29. You are correct of course, what you lose is the ability to have multiple
  30. screen groups, but you can certainly start multiple processes via DosExecPgm
  31. with the EXEC_ASYNC option.  I do this all the time with special systems that
  32. I boot from floppy disks.
  33.  
  34. >
  35. >> can run any 16 or 32-bit application.  You can run Full Screen DOS with the
  36. >> right Device Drivers and such set up.
  37. >
  38.  
  39. I'll have to check on this and get report back.  I know I investigated this
  40. for a project and I thought I remembered that you can run DOS Full Screen if
  41. you can load the right device drivers; the only thing holding me back at the
  42. time was not enoug room on the BOOT Disk system I was using.  If I remember
  43. this right (and if not perhaps someone from Boca can refute this) the ability
  44. to run a VDM is built into the OS2KRNL.
  45.