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:02:00 |
| 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.
Is that what you had in mind, mate?
Maybe, but what happens to ifnumber I wonder if the bonehead that
invokes it types something which is an alpha string as
the command line parm? Have to try that and see what kind
of choke we get.
ONce I know how it chokes, I"m golden.
Maybe, but what happens to ifnumber I wonder if the bonehead that
Yup, we figured out how it chokes. Returns errorlevel 255,
which means syntax fubar. So, if a bonehead types in a non
numeric command line parm ifnumber's going to give us some
argument about bad syntax. Can use that.
Was working on another batch project, my vessels
reconciliation file we talked about in this echo, cleaning
up the reports it generates and was testing some code I
intended to use for it, and in so doing crash tested what I
wanted to crash test for this project as well.
THe other code was critical, as it runs in automation while
I"m in bed or absent, so it's important to get right the
first time <g>.
Man, I could have told you that. In fact I did mean to, though it
is in the dox for ifnumber. The way I used it in range testing I
wasn't interested in if's, but's or maybe's, or shades of grey/gray.
Where anything in the range proves okay then the errorlevel is zero
(0); anything else is errorlevel 1 or greater (like the 255) and is
an actual error. Oh well.
Was working on another batch project, my vessels
reconciliation file we talked about in this echo, cleaning
up the reports it generates and was testing some code I
intended to use for it, and in so doing crash tested what I
wanted to crash test for this project as well.
This is good. Yes, I like to hear stories like this. At least
someone else is still doing BATch stuff. Sometimes I get an itch to
do a reality check when I'm doing the stuff I do here. :) No one
else sees it... luckily.
I did have a 'win' with my ISP last week after I found out that our homepage hadn't been working for over a year, and had them fix the
glitch. (It's mentioned in the NLSS.bat dox.)
THe other code was critical, as it runs in automation whileI"m almost satisfied with the reports it generates now. A
I"m in bed or absent, so it's important to get right the
first time <g>.
Cool.
Been snowed in here all weekend, and one of my primary
antennas went down with a limb from big pin oak, so have
been spending a lot of time cleaning up bits of code here
and there.
Been snowed in here all weekend, and one of my primary
antennas went down with a limb from big pin oak, so have
been spending a lot of time cleaning up bits of code here
and there.
We're experiencing cyclonic conditions, though it's just termed as a tropical 'low' with the current temp at about +84F with 72% humidity
and wind gusts at about 30mph. About 30 miles downriver at Hervey
Bay they experienced some dramatic tidal surges over the weekend,
with one appearing on the front page of the local newspaper showing
a 'boardwalk' under water which is normally about 20 feet above the
mean sea level.
Is there any way that you gurus know of to limit the scope
of acceptable parameters such as is provided in dbase?
I.e. the command line parm given must be numeric or the program
branches to a block of code that generates an appropriate message then ends?
Just curious.
On 21 Jan 10 01:44, you wrote to all:
Is there any way that you gurus know of to limit the scope
of acceptable parameters such as is provided in dbase?
Ooh, another dBASE fan! (I used it recently... ermm, nearly 4 years
ago... to 'join' two tables together when I created the basis for a JamNNTPd "groups" file. :-)
I.e. the command line parm given must be numeric or the program
branches to a block of code that generates an appropriate message then ends?
Just curious.
Mmm. You still have that NLSS.bat and the required utils? I used a
thingy called 'IFNUMBER" to do range checking on command-line
input...
-----8<-----C-U-T--H-E-R-E----->8-----<snip>
:: Test the elements for reasonableness...
:: Zones #s between 1-5, thanks...
IFNUMBER %ZONE% smallerthan 1
IF ERRORLEVEL 1 GOTO ERRMSG_2
IFNUMBER %ZONE% biggerthan 5
IF ERRORLEVEL 1 GOTO ERRMSG_2
:: Net/Region #s between 1-7211, only...
IFNUMBER %NETREGON% smallerthan 1
Is that what you had in mind, mate?
Yah bummer, I lost Dbase IV and III both in the hurricane
Mmm. You still have that NLSS.bat and the required utils? I usedTHere we go!!! WE're usually talking about single digit
a thingy called 'IFNUMBER" to do range checking on command-line
input...
numbers, so we're not talking a whole lot of parsing to do.
Is that what you had in mind, mate?
Maybe, but what happens to ifnumber I wonder if the bonehead that
invokes it types something which is an alpha string as the command
line parm?
Have to try that and see what kind of choke we get. ONce I
know how it chokes, I"m golden. Could be kludged to force what I want
I think. with dBase it was always the "picture" statement in a
program which forced the user to provide an acceptable string for
input, so that one could write programs allowing the minimally trained
to interact with dBase.
On 21 Jan 10 06:51, you wrote to me:
Yah bummer, I lost Dbase IV and III both in the hurricane
On its way to you tonight (my time) is a belated CARE package.
Check your insecure inbound files... fingers crossed...
Mmm. You still have that NLSS.bat and the required utils? I usedTHere we go!!! WE're usually talking about single digit
a thingy called 'IFNUMBER" to do range checking on command-line
input...
numbers, so we're not talking a whole lot of parsing to do.
Is that what you had in mind, mate?
Maybe, but what happens to ifnumber I wonder if the bonehead that
invokes it types something which is an alpha string as the command
line parm?
Not sure. There might be some cr*p on the local screen as IFNUMBER
drops its guts, though the errorlevel check(s) should catch the
logic flow.
In 'the package' is a cute little doover I only just got the hang of
back in the day, called: Form Gen, -aka- FORm GEn (-aka- FORGE) that
does *that* either for Turbo Pascal or dBASE.
There's also a util called: dBMENU, but I don't remember doing much
with it though I have an inkling in my waters that I may have used
it at work back in the middle-90s. You're welcome to throw it. :)
Also included is a BBS door program by Harvey Parisien called:
RADPLUS, that may be useful; it's designed to manipulate .DBF files remotely, and to run from a RA-style BBS but might be shoe-horned to
your needs. That particular copy is the one I used to run prior to
1998 and had some interaction with *one* user during initial
testing. (I don't have the original archive, dammit.)
Was working on another batch project, my vessels
reconciliation file we talked about in this echo, cleaning
up the reports it generates and ...
This is good. Yes, I like to hear stories like this. At least
someone else is still doing BATch stuff. Sometimes I get an itch to
do a reality check when I'm doing the stuff I do here. :) No one
else sees it... luckily.
I know these days you're using your tic file processor written
in batch. I still have other links though, and coordinate a small
fdn so I'm still using a full blown tic processor.
My latest project is some msg area analysis stuff. I'll
drop in in a couple weeks if you're interested and give you
a look see at some of it. Hmmm, for that matter might be back with
some questions for the gurus around here.
Btw did you ever get that routine you were working on for
busting email digests to post as fido msgs working the way
you wanted?
Oh man, your ears must have been burning as I recently started
browsing some nodelist search software (but haven't tried any yet).
It looks like you're keeping tabs on my batch file website
doo-hickey. :) Yeah, I had to rewvert to using my Tic2Dir batch
file when the old TICK 2.10 dropped dead, after I cloned the whole
Fido PC to a VirtualBox 'appliance'. (TICK didn't like the new CPU
driving the host Ubuntu system.) I don't have any downlinks and
only have a handful of file areas to worry about in any case, so
Tic2Dir seemed ideal.
I'm also half-heartedly hunting down a replacement for Qnode as it
dropped dead following the cloning. It's not an absolute
requirement as I no longer run BinkleyTerm but I do like to keep
things 'as they were'... because.
My latest project is some msg area analysis stuff. I'll
drop in in a couple weeks if you're interested and give you
a look see at some of it. Hmmm, for that matter might be back with
some questions for the gurus around here.
Okay. So long as it's simple stuff I might be able to help but I'm
always on the lookout for a guru too, as I really really prefer to
lurk.
Btw did you ever get that routine you were working on for
busting email digests to post as fido msgs working the way
you wanted?
Ermm, I shelved the whole idea. My head hurt too much trying to
fathom the problem. The traffic is like about 1-2 messages per
night and most of those are solved by hitting [Next] anyhow. Really
'must read' newsgroup garbage.