| www.delorie.com/djgpp/mail-archives/browse.cgi | search |
| From: | "Edward M" <who2go2 AT hotmail DOT com> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Re: is this right? |
| Date: | Wed, 30 Dec 1998 12:56:01 -0700 |
| Organization: | NTnet News Server |
| Lines: | 18 |
| Message-ID: | <76e1ie$p61@pike.ntnet.nt.ca> |
| References: | <19981229224534 DOT 7612 DOT rocketmail AT send105 DOT yahoomail DOT com> <76c008$1j6$1 AT lucille DOT cc DOT swin DOT edu DOT au> <368b2c95 DOT 1248268 AT news> |
| NNTP-Posting-Host: | usr3.tamarack.nt.ca |
| X-Newsreader: | Microsoft Outlook Express 4.72.3155.0 |
| X-MimeOLE: | Produced By Microsoft MimeOLE V4.72.3155.0 |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
Stuart Hall wrote in message <368b2c95 DOT 1248268 AT news>... >Jeremy, what does the %path% do, anyway? %PATH% allows you to append things to your path (think of it as a variable that hold the current contents of path). For example, say I want to add the directory "c:\whatever" to the already existing path (which is "c:\windows;c:\windows\command"). All I have to do is go "set path=c:\whatever;%PATH%" and now my new path is "c:\whatever;c:\windows;c:\windows\command". Simple eh? Although this only lasts as long as you have your dos box open or untill you restart your computer. For a more permanent solution, make the appropriate changes in your autoexec.bat. Edward M.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |