Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!ncar!boulder!streich From: streich@boulder.Colorado.EDU (Mark Streich) Newsgroups: comp.sys.ibm.pc Subject: Changing '/' to '\' in C compilers Message-ID: <22005@boulder.Colorado.EDU> Date: 7 Jun 90 19:23:10 GMT Sender: news@boulder.Colorado.EDU Reply-To: streich@tigger.colorado.edu (Mark Streich) Distribution: na Organization: University of Colorado, Boulder Lines: 7 I have several C programs written for unix systems, and several of them specify #include files using the '/' character in the directories. Is there anyway to make either Microsoft C 6.0 or Turbo C 2.0 recognize this and replace (treat them as) a '\' ? I'd rather not change the sources because they will be going back and forth from DOS->unix, unix->DOS, etc. Thanks.