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

  1. Xref: sparky comp.os.os2.programmer:4356 comp.os.os2.networking:1080 comp.os.os2.misc:27891
  2. Path: sparky!uunet!ogicse!uwm.edu!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!uicvm.uic.edu!u55870
  3. From: U55870@uicvm.uic.edu (David James Alexander Hanley)
  4. Newsgroups: comp.os.os2.programmer,comp.os.os2.networking,comp.os.os2.misc
  5. Subject: Re: Communication between DOS windows
  6. Message-ID: <92233.004945U55870@uicvm.uic.edu>
  7. Date: 20 Aug 92 05:49:45 GMT
  8. Article-I.D.: uicvm.92233.004945U55870
  9. References: <92230.152601U55870@uicvm.uic.edu>
  10.  <1992Aug18.061004.19138@nuscc.nus.sg>
  11. Organization: University of Illinois at Chicago
  12. Lines: 41
  13.  
  14. In article <1992Aug18.061004.19138@nuscc.nus.sg>, eletanjm@nuscc.nus.sg (TAN JIN
  15. MENG) says:
  16. >
  17. >
  18. >I take it you do not want to emulate the actual serial comms - just any byte
  19. >stream will do.
  20.  
  21.   Exactly.  It was also suggested by several people that I just connect
  22. 2 serial ports.  I may yet do this, but I like this soloution better...
  23.  
  24. >
  25. >Well with named pipes, a Dos program can communicate with an OS/2
  26. >program. With this as a basis, you can have DOS to DOS comms. Here's
  27. >how it works ...
  28. >  [ Method deleted for brevity ]
  29. >
  30. >That's all. DOS programs can open and use pipes using normal file system
  31. >IO calls. Your main problem is writing the probably short OS/2 program
  32. >to do this.
  33.  
  34.   That's exactly what I was looking for.  I imagine that similar
  35. mwthods may be useful in other cases as well.  You are indeed correct, I
  36. don't really have any os/2 compiler,  I wonder if REXX would do the job.
  37. I'll check it out.
  38.  
  39. >
  40. >How's that?
  41.  
  42.   Cool.
  43.  
  44. >
  45. >hope it helps
  46.  
  47.   Thanks.
  48.   It does.
  49.  
  50. >
  51. >jin meng
  52.  
  53.  
  54. dave
  55.