Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!STMARYTX.BITNET!PHYGARY From: PHYGARY@STMARYTX.BITNET Newsgroups: comp.lang.forth Subject: Re: F83 on IBM pc's Message-ID: <9104291516.AA18467@ucbvax.Berkeley.EDU> Date: 28 Apr 91 00:00:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: PHYGARY%STMARYTX.BITNET@SCFVM.GSFC.NASA.GOV Organization: The Internet Lines: 19 I have found the following .bat file fakes an MS-Dos system into thinking F83 is on disk drive A: when it is really on disk drive C:, so you don't have to recompile the whole program. I keep all the files in the same subdirectory (c:\FORTH) and have no problems, unless you need to use drive A:. FORTH.BAT SUBST A: C:\FORTH F83 %1 SUBST A: /D Typing C>FORTH sample.blk Will run forth with the file block sample initially set. You can access others. When you exit it return the system so that A: can be used normally.