home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!mips!sdd.hp.com!elroy.jpl.nasa.gov!ames!network.ucsd.edu!mvb.saic.com!info-tex
- From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
- Newsgroups: comp.text.tex
- Subject: Re: Auc-tex for OS/2?
- Message-ID: <9207281558.AA14625@azu.informatik.uni-stuttgart.de>
- Date: Tue, 28 Jul 92 17:58:25 +0200
- Organization: Info-Tex<==>Comp.Text.Tex Gateway
- X-Gateway-Source-Info: Mailing List
- Lines: 18
-
- Oh, I forgot to include the following file (cd2.cmd) in my Auc-TeX
- patches:
-
- ------------------------------- cut here -------------------------------------
- /* cd2.cmd */
-
- parse arg drive':'dir junk
- if drive = '' then
- parse arg dir junk
- else
- drive":"
- "cd" dir
- ------------------------------- cut here -------------------------------------
-
- This batch file makes "cd2" -- if used instead of "cd" -- change both
- the drive and the directory.
-
- Eberhard Mattes (mattes@azu.informatik.uni-stuttgart.de)
-