| delorie.com/archives/browse.cgi | search |
| X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f |
| From: | Hans-Bernhard Broeker <broeker AT physik DOT rwth-aachen DOT de> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Re: Beginner question |
| Date: | 17 Mar 2004 11:56:35 GMT |
| Organization: | Aachen University of Technology (RWTH) |
| Lines: | 19 |
| Message-ID: | <c39edj$5c7$1@nets3.rz.RWTH-Aachen.DE> |
| References: | <66h050pu87em1d5fsjk5prqu9ma0k9dl49 AT 4ax DOT com> <40576532 DOT 4B79BBF6 AT alltel DOT net> |
| NNTP-Posting-Host: | ac3b07.physik.rwth-aachen.de |
| X-Trace: | nets3.rz.RWTH-Aachen.DE 1079524595 5511 137.226.33.205 (17 Mar 2004 11:56:35 GMT) |
| X-Complaints-To: | abuse AT rwth-aachen DOT de |
| NNTP-Posting-Date: | 17 Mar 2004 11:56:35 GMT |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
Curtis Mackie <curtmack AT alltel DOT net> wrote: > Instead of making your own batch, just add these commands to autoexec.bat > so that you can run MSDOS prompt directly: > set PATH=C:\djgpp\bin;%PATH% > set DJGPP=C:\djgpp\djgpp.env That's not necessarily good advice. Keeping these lines in a batchfile is actually better than putting them directly into autoexec.bat, as long as you know what you're doing. For one thing, it makes keeping multiple C compiler toolchains installed o the same box a lot less error-prone. And if you still want to, you can still put a "call" of that separate batch into autoexec.bat. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |