delorie.com/archives/browse.cgi | search |
Message-Id: | <200006251524.SAA22360@mailgw1.netvision.net.il> |
Date: | Sun, 25 Jun 2000 18:25:49 +0200 |
To: | eglebbk AT phys DOT uva DOT nl (Evert Glebbeek) |
X-Mailer: | Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b |
From: | "Eli Zaretskii" <eliz AT is DOT elta DOT co DOT il> |
CC: | djgpp AT delorie DOT com |
In-reply-to: | <395605f7.13798424@news.wins.uva.nl> (eglebbk@phys.uva.nl) |
Subject: | Re: Request for assistance from real IT newbie |
References: | <00c401bfdde0$74f9bd40$bada36cb AT mpdywdzn> <395605f7 DOT 13798424 AT news DOT wins DOT uva DOT nl> |
Reply-To: | djgpp AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
> From: eglebbk AT phys DOT uva DOT nl (Evert Glebbeek) > Newsgroups: comp.os.msdos.djgpp > Date: Sun, 25 Jun 2000 13:39:48 GMT > > >SET PATH=3DC:\WINDOWS;C:\WINDOWS\COMMAND;C:\jdk1.2.1\BIN;C:\DJGPP\BIN > >SET CLASSPATH=3D.;C:\JFC; > >SET DJGPP=3DC:\DJGPP\DJGPP.ENV > I'm not sure what to make of the`3D' here, but assuming they're not > really there, this looks right to me. "=3D" is the quoted-printable method of sending the `=' character (3Dh is its ASCII code, and the leading = indicates that it is a quoted-printable character). Quoted-printable is a way of sending mail with non-ASCII characters. Although `=' is perfectly ASCII, it is encoded to prevent it from being confused with other characters encoded as =NN.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |