Path: utzoo!attcan!telly!druid!darcy From: darcy@druid.uucp (D'Arcy J.M. Cain) Newsgroups: comp.unix.i386 Subject: Re: DOS under UNIX (enquiry) Message-ID: <1990Feb20.215657.21465@druid.uucp> Date: 20 Feb 90 21:56:57 GMT References: <1843@kulcs.kulcs.uucp> Reply-To: darcy@druid.UUCP (D'Arcy J.M. Cain) Organization: D'Arcy Cain Consulting, West Hill, Ontario Lines: 30 In article <1843@kulcs.kulcs.uucp> btmcrc@kulcs.UUCP () writes: >Hello everybody, >We are looking for a software product available on PC (80286 or 80386) >which makes it possible to: >1. execute a DOS-application within a UNIX environment (any UNIX > environment available on PC will do), and to >2. have interprocess communication between a UNIX-task and the > DOS-task. >All help on this matter will be extremely helpful. Please send replies >by mail to btmcrc@kulcs. Thank you. > >Dr. Rik Verstraete >Alcatel Bell Telephone, Research Center, Antwerp >tel: +32 3 2407747, fax: +32 3 2377383 I don't have any of the DOS emulators for UNIX but I am sure that many people will suggest one. As for inter-process communication, I doubt if that specifically exists but here is how I would do it. Use mknod to create a UNIX pipe (or 2, input and output). The DOS program can open this pipe as a file and read and write to it. The UNIX process can do the same and you have your IPC. As I don't have (or want) DOS under UNIX, I may be off base on this and welcome comments or corrections if there are better ways. -- D'Arcy J.M. Cain (darcy@druid) | Thank goodness we don't get all D'Arcy Cain Consulting | the government we pay for. West Hill, Ontario, Canada | (416) 281-6094 |