Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxn!ihnp4!houxm!whuxl!whuxlm!akgua!gatech!seismo!brl-adm!brl-smoke!smoke!Colvin.PA@xerox.com From: Colvin.PA@xerox.com Newsgroups: net.micro Subject: Re: Word Star Query Message-ID: <90@brl-smoke.ARPA> Date: Thu, 17-Apr-86 13:28:01 EST Article-I.D.: brl-smok.90 Posted: Thu Apr 17 13:28:01 1986 Date-Received: Mon, 21-Apr-86 02:08:42 EST Sender: news@brl-smoke.ARPA Lines: 27 If you have MS-DOS 3.1 (3.0 might work) then you can use the Subst command to allow WordStar to access files from other directories. I have a .bat file in every subdirectory that allows me to use WodStar to edit a file in that directory. Below is what one looks like. C:\TURBO>type WS.bat echo off \dos\subst e:/d \dos\subst e: \turbo cd \ws ws e:%1 cd \turbo echo on C:\TURBO> This is invoked by typing "WS filename", the subst command creates a new drive specifer e: which allows WS to access this subdirectory (TURBO) by using e: as the drive letter. I then change to the WordStar directory (WS) and invoke WordStar, after exiting I change back to the subdirectory I started in. The SUBST command is the major reason I'm using DOS 3.1, I think its great!! -- Craig