Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site whuxle.UUCP Path: utzoo!watmath!clyde!floyd!whuxle!jph From: jph@whuxle.UUCP Newsgroups: net.micro.pc Subject: Re: IBM Pascal Problems - (nf) Message-ID: <285@whuxle.UUCP> Date: Mon, 19-Mar-84 09:29:28 EST Article-I.D.: whuxle.285 Posted: Mon Mar 19 09:29:28 1984 Date-Received: Tue, 20-Mar-84 00:39:09 EST Sender: jph@whuxle.UUCP Organization: Bell Labs, Whippany Lines: 22 #R:sri-arpa:-1759100:whuxle:22700022:000:771 whuxle!jph Mar 19 09:28:00 1984 The problem with getting PASCAL to run from other than the A: drive has to do with reading in of the file PASKEY(sic, I don't have a directory listing handy so I don't know the exact name). To get around the problem, you have to patch the name in PAS1. To do this, rename PAS1.EXE to PAS1.XYZ, then: debug pas1.xyz s 0 l ffff 'PASKEY' ;this searches for the file name when you find the name, it should have A: at the front. Replace this with B: (or whatever other disk you want) and the write the file back with the 'w' command. Rename PAS1.XYZ back to PAS1.EXE and you are in business. You may also want to search for PASCAL.LIB which is fixed for the A: drive and change this to another. If the library is on RAM disk, the LINKs go a lot faster.