home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / text / tex / 9591 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  952 b 

  1. 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
  2. From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
  3. Newsgroups: comp.text.tex
  4. Subject: Re: Auc-tex for OS/2?
  5. Message-ID: <9207281558.AA14625@azu.informatik.uni-stuttgart.de>
  6. Date: Tue, 28 Jul 92 17:58:25 +0200
  7. Organization: Info-Tex<==>Comp.Text.Tex Gateway
  8. X-Gateway-Source-Info: Mailing List
  9. Lines: 18
  10.  
  11. Oh, I forgot to include the following file (cd2.cmd) in my Auc-TeX
  12. patches:
  13.  
  14. ------------------------------- cut here -------------------------------------
  15. /* cd2.cmd */
  16.  
  17. parse arg drive':'dir junk
  18. if drive = '' then
  19.   parse arg dir junk
  20. else
  21.   drive":"
  22. "cd" dir
  23. ------------------------------- cut here -------------------------------------
  24.  
  25. This batch file makes "cd2" -- if used instead of "cd" -- change both
  26. the drive and the directory.
  27.  
  28. Eberhard Mattes (mattes@azu.informatik.uni-stuttgart.de)
  29.