delorie.com/archives/browse.cgi | search |
From: | Hans-Bernhard Broeker <broeker AT physik DOT rwth-aachen DOT de> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: I can't install djgpp |
Date: | 22 Nov 2001 18:25:47 GMT |
Organization: | Aachen University of Technology (RWTH) |
Lines: | 26 |
Message-ID: | <9tjfvb$b98$1@nets3.rz.RWTH-Aachen.DE> |
References: | <153 DOT 470cfbc DOT 292e9980 AT cs DOT com> |
NNTP-Posting-Host: | acp3bf.physik.rwth-aachen.de |
X-Trace: | nets3.rz.RWTH-Aachen.DE 1006453547 11560 137.226.32.75 (22 Nov 2001 18:25:47 GMT) |
X-Complaints-To: | abuse AT rwth-aachen DOT de |
NNTP-Posting-Date: | 22 Nov 2001 18:25:47 GMT |
Originator: | broeker@ |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
SvenRachiem AT cs DOT com wrote: > - Create a directory for DJGPP and `chdir' there > (heres where you lose me what in the heckis does chdir mean I need > you to go slow like your tutorial on c++) Sigh... well, good morning class, and welcome to the arcane concept of a "command line" and its uses ;-) "chdir" (usually abbreviated to "cd") is a command to be typed at the DOS command line to CHange the current working DIRectory. In a very small nutshell, what the above two commands tell you is to type these into your command line: c: mkdir \djgpp cd \djgpp (you may replace c: by another drive letter, and \djgpp by whatever place you decided to install \djgpp to). -- 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 |