- Environment Variables
- Posted by Peter on September 29th, 2003
How do you set environment variables in Windows 98?
- Posted by PCR on September 29th, 2003
William and Linda Allen
Creative Technical Writing - Allen & Company: http://www.allenware.com/
Free MS-DOS Batch File Course http://www.allenware.com/find?BatchCourse
Another excellent DOS person is...
http://users.iafrica.com/c/cq/cquirke/
Blanton is good...
http://home.earthlink.net/~bblanton2/
Not sure you will find instruction there, but utilities are available.
http://home7.inet.tele.dk/batfiles/intro/contents.htm
http://www.computerhope.com/msdos.htm
--
Thanks or Good Luck,
There may be humor in this post, and,
Naturally, you will not sue,
should things get worse after this,
PCR
pcrrcp@netzero.net
"Peter" <theserenitas@optonline.net> wrote in message
news:17d2201c38699$b4e83160$a601280a@phx.gbl...
| How do you set environment variables in Windows 98?
- Posted by Bill Blanton on September 30th, 2003
"PCR" <pcrrcp@netzero.net> wrote in message news:u9tQ1srhDHA.4024@TK2MSFTNGP11.phx.gbl...
Nope. I didn't know you could view my site that way. Now you force
me to clean it up. No big deal, but please only use this link, PCR.
http://home.earthlink.net/~bblanton2...efrag/main.htm
Unless you want to see my dog, Maggie. ;-)
Go there and then click on MSDOS7 to get to
http://home7.inet.tele.dk/batfiles/msdos7/
That used to be Bob Watson's site and is fairly complete.
From a prompt type-
SET MYVAR=MyValue
Then use the syntax %MYVAR% to expand the variable. E.g.
echo %MYVAR%
To clear it-
SET MYVAR=
To view-
SET
To make it "global" to the Win environment, put the command in
c:\autoexec.bat or use winset.exe.
- Posted by PCR on September 30th, 2003
Yes, you can go back to any "/" in (any?) address. Very well
http://home.earthlink.net/~bblanton2...efrag/main.htm
it is, but that is only for Scandisk threads, then. I clicked a few
things at the parent URL, but took none of it. Was Maggie there, & I
could o' been bit?
--
Thanks or Good Luck,
There may be humor in this post, and,
Naturally, you will not sue,
should things get worse after this,
PCR
pcrrcp@netzero.net
"Bill Blanton" <bblanton@REMOVEmagicnet.net> wrote in message
news:um%23ZLkuhDHA.2400@TK2MSFTNGP11.phx.gbl...
|
| "PCR" <pcrrcp@netzero.net> wrote in message
news:u9tQ1srhDHA.4024@TK2MSFTNGP11.phx.gbl...
|
| > http://home.earthlink.net/~bblanton2/
| > Not sure you will find instruction there, but utilities are
available.
|
| Nope. I didn't know you could view my site that way. Now you force
| me to clean it up. No big deal, but please only use this link, PCR.
| http://home.earthlink.net/~bblanton2...efrag/main.htm
|
| Unless you want to see my dog, Maggie. ;-)
|
|
| > http://home7.inet.tele.dk/batfiles/intro/contents.htm
|
| Go there and then click on MSDOS7 to get to
| http://home7.inet.tele.dk/batfiles/msdos7/
| That used to be Bob Watson's site and is fairly complete.
|
|
| > "Peter" <theserenitas@optonline.net> wrote in message
| > news:17d2201c38699$b4e83160$a601280a@phx.gbl...
| > | How do you set environment variables in Windows 98?
|
| From a prompt type-
| SET MYVAR=MyValue
| Then use the syntax %MYVAR% to expand the variable. E.g.
| echo %MYVAR%
| To clear it-
| SET MYVAR=
| To view-
| SET
|
| To make it "global" to the Win environment, put the command in
| c:\autoexec.bat or use winset.exe.
|
|
|
|
- Posted by Bill Blanton on September 30th, 2003
Maggie's only bit one person in her 14 years..but I'm the only
one that ever took a bone away from her..
http://home.earthlink.net/~bblanton2/maggie.jpg
"PCR" <pcrrcp@netzero.net> wrote in message news:ePlq7AvhDHA.3276@tk2msftngp13.phx.gbl...
- Posted by PCR on September 30th, 2003
Yes, you can go back to any "/" in (any?) address. Very well
http://home.earthlink.net/~bblanton2...efrag/main.htm
it is, but that is only for Scandisk threads, then. I clicked a few
things at the parent URL, but took none of it. Was Maggie there, & I
could o' been bit?
--
Reposted.
Thanks or Good Luck,
There may be humor in this post, and,
Naturally, you will not sue,
should things get worse after this,
PCR
pcrrcp@netzero.net
"Bill Blanton" <bblanton@REMOVEmagicnet.net> wrote in message
news:um%23ZLkuhDHA.2400@TK2MSFTNGP11.phx.gbl...
|
| "PCR" <pcrrcp@netzero.net> wrote in message
news:u9tQ1srhDHA.4024@TK2MSFTNGP11.phx.gbl...
|
| > http://home.earthlink.net/~bblanton2/
| > Not sure you will find instruction there, but utilities are
available.
|
| Nope. I didn't know you could view my site that way. Now you force
| me to clean it up. No big deal, but please only use this link, PCR.
| http://home.earthlink.net/~bblanton2...efrag/main.htm
|
| Unless you want to see my dog, Maggie. ;-)
|
|
| > http://home7.inet.tele.dk/batfiles/intro/contents.htm
|
| Go there and then click on MSDOS7 to get to
| http://home7.inet.tele.dk/batfiles/msdos7/
| That used to be Bob Watson's site and is fairly complete.
|
|
| > "Peter" <theserenitas@optonline.net> wrote in message
| > news:17d2201c38699$b4e83160$a601280a@phx.gbl...
| > | How do you set environment variables in Windows 98?
|
| From a prompt type-
| SET MYVAR=MyValue
| Then use the syntax %MYVAR% to expand the variable. E.g.
| echo %MYVAR%
| To clear it-
| SET MYVAR=
| To view-
| SET
|
| To make it "global" to the Win environment, put the command in
| c:\autoexec.bat or use winset.exe.
|
|
|
|
- Posted by Bill Blanton on October 1st, 2003
"PCR" <pcrrcp@netzero.net> wrote in message news:ejWBCi5hDHA.3700@TK2MSFTNGP11.phx.gbl...
I've fixed it so you can't. ;-)
ok. <cough>
It's like deja vue all over again.
news:#pB9lYvhDHA.2164@TK2MSFTNGP09.phx.gbl
- Posted by PCR on October 1st, 2003
That's odd. It looks like you've already answered my post, but I do not
see that response in this thread. I can get it by clicking your News
link to it.
http://home.earthlink.net/~bblanton2/maggie.jpg
So, this is Maggie, mouth open & ready to bite.
Let me see...
http://home.earthlink.net/~bblanton2/
Yea. It now redirects to the Scandisk/Defrag page. I wonder now what I
might have got when I was at the parent. Let's see what's in my TIFs...
Oh, it still redirected me offline, (of course)! Anyway, I could only
have had the directory.
--
Thanks or Good Luck,
There may be humor in this post, and,
Naturally, you will not sue,
should things get worse after this,
PCR
pcrrcp@netzero.net
"Bill Blanton" <bblanton@REMOVEmagicnet.net> wrote in message
news:urIr1E7hDHA.2504@TK2MSFTNGP09.phx.gbl...
| "PCR" <pcrrcp@netzero.net> wrote in message
news:ejWBCi5hDHA.3700@TK2MSFTNGP11.phx.gbl...
| > Yes, you can go back to any "/" in (any?) address.
|
| I've fixed it so you can't. ;-)
|
| > Very well
| > http://home.earthlink.net/~bblanton2...efrag/main.htm
| > it is, but that is only for Scandisk threads, then.
|
| ok. <cough>
|
| > I clicked a few
| > things at the parent URL, but took none of it. Was Maggie there, & I
| > could o' been bit?
|
| It's like deja vue all over again.
| news:#pB9lYvhDHA.2164@TK2MSFTNGP09.phx.gbl
|
|
|