Xref: utzoo comp.lang.pascal:6965 comp.os.msdos.programmer:5381 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!midway!gsbsun!valley From: valley@gsbsun.uchicago.edu (Doug Dougherty) Newsgroups: comp.lang.pascal,comp.os.msdos.programmer Subject: Re: Writing a device driver in TP Message-ID: <1991May30.002543.13967@midway.uchicago.edu> Date: 30 May 91 00:25:43 GMT References: <1991May29.140429.11384@maytag.waterloo.edu> Sender: news@midway.uchicago.edu (NewsMistress) Organization: University of Chicago Lines: 16 This has nothing to do with the original post, but... dmurdoch@watstat.waterloo.edu (Duncan Murdoch) writes: > - They [.EXE format device drivers] work in MSDOS, but not PCDOS, because the .EXE loader is part of COMMAND.COM in PCDOS. really??? ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > - They only work in version 3 or higher. That's interesting. Does this mean that you can't exec() a .EXE file directly (from another program) in PC/DOS? (I.e., that you would have to run it via system() ?) -- (Another fine mess brought to you by valley@gsbsun.uchicago.edu)