Virtual Private Server (VPS) Hosting provided by Central Point Networking cpnllc.com
For some reason, the "Nodelist" and "Recent Callers" features are not working.
| Sysop: | Ray Quinn |
|---|---|
| Location: | Visalia, CA |
| Users: | 60 |
| Nodes: | 10 (0 / 10) |
| Uptime: | 74:03:31 |
| Calls: | 12 |
| Files: | 12,939 |
| Messages: | 99,309 |
Check out the US 99 menu above for links to information about US Highway 99, after which the US 99 BBS is named.
Be sure to click on the Amateur Radio menu item above for packet BBSes, packet software, packet organizations, as well as packet how-to's. Also included is links to local and some not-so-local Amateur Radio Clubs.
<hmm> I was in error then in my thinking. I always thought that under a RW>RW>command prompt using win 9x one could utilize
env vars but under xp and later they weren't available.
I C&P some text from XP Help and Support, maybe it will help You.
I'm not running it, but was always under the impression you
couldn't use them, but ...
I"m running vanilla 6.22 here.
IF you're running from a command prompt they're available,
but not if you're running the batch under the gui is the way somebody else RW>describes it to me.
MS-W XP has something strongly resembling traditional BATch language,
but the CHOICE command does not exist! How do I adapt my good old
BATch programs to accept user input from an onscreen pick list, like
BATch CHOICE, or BASIC's SELECT CASE?
MS-W XP has something strongly resembling traditional BATch
language, but the CHOICE command does not exist! How do I adapt my
good old BATch programs to accept user input from an onscreen pick
list, like BATch CHOICE, or BASIC's SELECT CASE?
I'm not running it, but was always under the impression you
couldn't use them, but ...
I'm running vanilla 6.22 here.
IF you're running from a command prompt they're available,
but not if you're running the batch under the gui is the way somebody else RW>describes it to me.
Richard,
"I think", using XP from either a command/cmd prompt or the Run box
in the GUI that Environmental Variables can be entered as long as a
per cent sign is affixed to each end of the Environmental Variable.
"I think", using XP from either a command/cmd prompt or the Run
box in the GUI that Environmental Variables can be entered as long
as a per cent sign is affixed to each end of the Environmental
Variable.
(util) %this% %is% %a% %set% %of% %some% %envar% %names%[Enter]
SOmebody else will have to weigh in on this one, but was always told
they weren't available.
MS-W XP has something strongly resembling traditional BATch language, but CHOICE command does not exist! How do I adapt my good old BATch programs accept user input from an onscreen pick list, like BATch CHOICE, or BASIC' SELECT CASE?
language, but CHOICE command does not exist! How do I adapt my
good old BATch programs accept user input from an onscreen pick
list, like BATch CHOICE, or BASIC' SELECT CASE?
I belive there is a way to do it with the set command. Here is an
example of what might work.
@echo off
:end
DOes this work under xp though? I didn't think xp would
utilize environment variables. COuld be wrong on that one
though.
if there's a shell/command prompt, there's environment variables
available... it is the scripting that's different, though... all
winwhatevers still do .BAT stuff but the real "scripting" on
winwhatevers is in their ""native"" script stuff which is very much RW>ml> like b.a.s.i.c....
<hmm> I was in error then in my thinking. I always thought that under a RW>command prompt using win 9x one could utilize
env vars but under xp and later they weren't available.
"I think", using XP from either a command/cmd prompt or the Run
box in the GUI that Environmental Variables can be entered as long
as a per cent sign is affixed to each end of the Environmental
Variable.
Ed is talkng about a particularly sweet ability to access the
-contents- of envars at a command prompt since MS-DOS 7.xx came out
with Win95. E.g., at a command prompt it's possible to type:
(util) %this% %is% %a% %set% %of% %some% %envar% %names%[Enter]
SOmebody else will have to weigh in on this one, but was always told
they weren't available.
This may have been in reference to -special- %voodoo% envars set by
Windows that cannot be changed[shrug]. Although, there was talk
some years back of 'global' envars not being able to be re-/set and
shared with other/later command prompt dos boxes, but Microsoft
fixed that with an add-on tool called WINSET that came on the Win95
install CD.
... I DID read the manual! That's why I'm confused!!That tagline is too true oft times <g>.
language, but CHOICE command does not exist! How do I adapt my
good old BATch programs accept user input from an onscreen pick
list, like BATch CHOICE, or BASIC' SELECT CASE?
I belive there is a way to do it with the set command. Here is an
example of what might work.
@echo off
[ ...chomp... ]
I had to change the 'if' test after input to: "if not '%choice%'=='' set..." (note the pair of single quotes rather than the single
double (what a mouthful!).
You're the man.
DOes this work under xp though? I didn't think xp would
utilize environment variables. COuld be wrong on that one
though.
DOes this work under xp though? I didn't think xp would
utilize environment variables. COuld be wrong on that one
though.
if there's a shell/command prompt, there's environment variables available... it is the scripting that's different, though... all winwhatevers still do .BAT stuff but the real "scripting" on
winwhatevers is in their ""native"" script stuff which is very much
like b.a.s.i.c....
I belive there is a way to do it with the set command. Here is an
example of what might work.
DOes this work under xp though? I didn't think xp would
utilize environment variables. COuld be wrong on that one
though.
Iirc the op was querying choice under xp, so that might be a problem
for him.
if there's a shell/command prompt, there's environment variables
available... it is the scripting that's different, though... all
winwhatevers still do .BAT stuff but the real "scripting" on
winwhatevers is in their ""native"" script stuff which is very much RW>ml> like b.a.s.i.c....
<hmm> I was in error then in my thinking. I always thought that under a RW>command prompt using win 9x one could utilize
env vars but under xp and later they weren't available.
I C&P some text from XP Help and Support, maybe it will help You.
I'm not running it, but was always under the impression you RW>RW>couldn't use them, but ...
I'm running vanilla 6.22 here.
IF you're running from a command prompt they're available,
but not if you're running the batch under the gui is the way somebody els RW>RW>describes it to me.
Richard,
"I think", using XP from either a command/cmd prompt or the Run box RW>EV> in the GUI that Environmental Variables can be entered as long as a RW>EV> per cent sign is affixed to each end of the Environmental Variable.
SOmebody else will have to weigh in on this one, but was
always told they weren't available. I don't gui, I couldn't tell you. Fact RW>I've read that this echo, from other than me iirc.
"I think", using XP from either a command/cmd prompt or the Run
box in the GUI that Environmental Variables can be entered as long EV>> as a per cent sign is affixed to each end of the Environmental
Variable.
Ed is talkng about a particularly sweet ability to access the
-contents- of envars at a command prompt since MS-DOS 7.xx came out RW>PQ> with Win95. E.g., at a command prompt it's possible to type:
(util) %this% %is% %a% %set% %of% %some% %envar% %names%[Enter]
GOod example.
SOmebody else will have to weigh in on this one, but was always told they weren't available.
This may have been in reference to -special- %voodoo% envars set by RW>PQ> Windows that cannot be changed[shrug]. Although, there was talk
some years back of 'global' envars not being able to be re-/set and RW>PQ> shared with other/later command prompt dos boxes, but Microsoft
fixed that with an add-on tool called WINSET that came on the Win95 RW>PQ> install CD.
Okay, clears that up. I know that both here, and in the
usenet newsgroup, alt.msdos.batch I"ve heard that you
couldn't utilize them in the way we're accustomed.
Hey! That's really neat. (A whole lot better than my attempts using "COP CON" during some testing... feeble.)
I had to change the 'if' test after input to: "if not '%choice%'=='' set.. (note the pair of single quotes rather than the single double (what a mouthful!).
DOes this work under xp though? I didn't think xp would
utilize environment variables. COuld be wrong on that one
though.
Yes, I know You are running DOS 6.22, but today I thought I'd try
out what I was suggesting in my first message to You.
While using XP GUI I looked in Help and Support and read the Command
Shell Overview.
I noticed some of the variables were labeled system, some were
labeled Local.
The variables %temp% and %tmp% was labeled both system and user.
if there's a shell/command prompt, there's environment variables available... it is the scripting that's different, though... all winwhatevers still do .BAT stuff but the real "scripting" on
winwhatevers is in their ""native"" script stuff which is very much
like b.a.s.i.c....
<hmm> I was in error then in my thinking. I always thought that
under a command prompt using win 9x one could utilize env vars but
under xp and later they weren't available.
YEp, reserved for system use iirc, set by the os.
YOu probably saw Paul Quinn's msg this thread as wlel, which clears up some RW>the misunderstanding I think. THis has
been an occasional discussion item on alt.msdos.batch as
well over the years. That newsgroup has some pretty sharp
batch folks, such as TImo from Finland who's written quite a bunch of batch RW>enhancements and tools as well. DOn't think
he's been as prolific as HOrst was, but darned close. tHing is, TImo's stil RW>at it <g>.
been an occasional discussion item on alt.msdos.batch as
well over the years. That newsgroup has some pretty sharp
batch folks, such as TImo from Finland who's written quite a bunch of batch RW>enhancements and tools as well. DOn't think
he's been as prolific as HOrst was, but darned close. tHing is, TImo's stil RW>at it <g>.
Yes, I saw Paul Quinn's msg.
I haven't been on any newsgroup.
Doc (Ed Koon) I think, has some of the newsgroups listed on his BBS
but I haven't joined any of those echos.
I know there are plenty of spots on the internet where there is good
help for just about any subject I can think of, Technical or
otherwise.
I have learned of several of them mentioned in FIDO echos and I go
to those sites to learn more, or even sign up for their newsletters.
Ever learning.