CMOS or Robot problems!
ZXNet echo conference «zx.talking»
From Dmitry Stepanov → To All 22 January 2001
;Reply-to: sdg@zxmusic.chuvashiya.net
Buongiorno!
Hi all! A few days ago I had a thought about
which I’ll tell you now... It’s working for me at the moment
station called Gold-bbs (soon to be called Virtuo-
so-bbs), it works purely on a robot (of Bat File Processor
version 1.00). Without a watch, as you know, this robot cannot do
what, especially since you also want to download software from BBS, but how do you do it?
do it without a watch, how??? The idea that I will offer you
may even help some sysops who have this
problem (it is enough just to have Rus-21,22,23....):
First: We all know that the wait(s) command for sysops is not
team... and it won't solve the problem.
Secondly: It’s not possible to get through to the BBC at the exact time.
robot (without the wait(s) command and CMOS).
I came to the conclusion: There is a multifunctional
alarm clock And the modem (Vicomm, of course) automatically does
on line when picking up the phone or dialing a number. So, let's do it
operating principle according to the following scheme:
Set an alarm for the time you want to download the software from
any bbs. For example: E5 3:35 A. H 1234567 000-00-00. But
We write the phone number incorrectly, i.e. which does not happen
so that it’s like “BUSY!”, you can even indicate which day
days he will download software (1234567). But don't forget to indicate
how many calls will he make to B-3 (for example). At that time,when the alarm goes off, the modem will go online automatically
(he always does this, although some people don’t, depending
what modem) and if you remember to do this in the robot:
:@offline
tolog ~Everything is OK! I'm starting the process of dialing to the BBS!~
call dozwony_na_bbs
stop
It should also be noted that hanging on the line does not last for about 1 minute.
i.e. specify in set up the number of seconds of pause after which the
children offline. Well, you probably understand me... EMS cuts off the line
after automatic online, and begins the process described above
(you can, of course, instead of :@offline do :@disconnect, but this
depending on who has what kind of robots). Then he calls the BBC, after which
returns to its original position.
What do you think about this??? What are your opinions?
At the moment, a new professional robot is being prepared with
with the power of BatProc, it will test your computer completely to the point of
mine is exactly in terminal mode. When I do, I'll upload it to UUE.
And one more thing... I turn to Merlin to make him more virtual
It is important to drop the message into the log (transmit)... Because. I want to do
treat him as a person (indistinguishable).
Let me give you an example:
:@autorun transmit_
transmit M
wait 10
transmit About
wait 14
transmit L
wait 5
transmit About
wait 4
transmit D
wait 31
transmit E
wait 14
transmit C
wait 19
transmit!~~
Everything is original, he writes like a real person, but the program is merged
too big for this... At least there was a new team not formacros, and to identify letters in a random pattern of spaces
time. The interval is set from .30 to .31 (for example, in waits).
Maybe they will hear me!?
> Dmitry Stepanov aka SDG / Aspalm group.
Arrivederci!
From Aleksandr Majorov → To Dmitry Stepanov 23 January 2001
Hello Dmitry!
22 Jan 01 02:55, Dmitry Stepanov -> All:
[skipped]
DS> Hello everyone! A few days ago I had a thought about co-
DS> I'll tell you which one now... It's working for me at the moment
DS> station called Gold-bbs (soon to be called Virtuo-
DS> so-bbs), it works purely on the robot (of Bat File Processor
DS> version 1.00). As you know, this work cannot be done without a watch.
DS> why, especially since I’d like to download software from the BBS, but how?
DS> do it without a clock, how??? The idea that I will offer you
DS> may and will even help some sysops that have this one
DS> problem (it is enough just to have Rus-21,22,23...):
Wouldn’t it be simpler to set the clock and not deal with hemorrhoids? ;)
DS> First of all: We all know that the wait(s) command for sysops is not
DS> command... and it will not solve the problem.
Why?
I put it in a pause loop and that’s it! So much for the delay.
&0 = 10 ;how many minutes to wait, for example 10
_WT pause 3000 ; 50 * 60 - delay of 1 minute.
dec&0
jpnz_WT
We launch the program at a certain time and that’s it...Although you can do it more beautifully, so that it both waits and reacts to the line.
[skipped]
DS> Set the alarm for the time you want to download the software
DS> any bbs. For example: E5 3:35 A. H 1234567 000-00-00. But
DS> we write the phone number incorrectly, i.e. which does not happen
DS> so that it is like "BUYY!",
Hmm. All that remains is to find the number “which does not happen” ;)
IMHO missing numbers are always free or there is a saying
will say “wrong number dialed”...
DS> you can even specify which day
DS> days he will download software (1234567). But don't forget to indicate
DS> how many calls will he make to B-3 (for example). At that time
DS> when the alarm clock goes off, the modem will do online automatically
DS> (he always does this, although for some it doesn’t happen, depending
DS> which modem) and if you remember to do the following in your work:
DS> :@offline
DS> tolog ~Everything is OK! I'm starting the process of dialing to the BBS!~
DS> call dozwony_na_bbs
DS> stop
[skipped]
DS> What do you think about this??? What are your opinions?Hehe, what if someone tries to call you by phone?
Well, here's an example - you started the system during the day (!) and left the house.
And you need to call at night(!).
Obviously you set up all the alarms, etc...
But during the day someone wanted to make a phone call.
As I understand it, immediately after this the system will try to call for mail?
;-)
So this option is fraught with consequences...
IMHO, either set CMOS, or write pause (in a loop so that it lasts longer).
[skipped]
DS> Because I want to make him like a person (indistinguishable).
DS> Give an example:
DS> :@autorun transmit _
DS> transmit M
DS> wait 10
DS> transmit O
DS> wait 14
DS> transmit L
DS> wait 5
DS> transmit O
DS> wait 4
DS> transmit D
DS> wait 31
DS> transmit E
DS> wait 14
DS> transmit C
DS> wait 19
DS> transmit !~~
DS> Everything is original, he writes like a real person, but the program is condensed
DS> is too big for this... At least there was a new command not for DS> macros, and to identify letters in a random pattern of spaces
DS> time. The interval is set from .30 to .31 (for example, in waits).
DS> Maybe they can hear me!?
Oh funny ;)))
How many times have EMS tried to do what MMD has been doing for a long time?
done and working ;-)))))
Primitive PSYS. According to RMD, selects one of three questions, asks
it is delayed letter by letter. Waits for a response and taps a random response.
╒═════════════════════════ Home SYSOP.C ═════════════════════════╕
_PSYS
.start PSysa
JPon @RND3 0 _PSYS00 1 _PSYS01 2 _PSYS02
_PSYS03
$E=~why te nada?~#0D#0D
JP_PSYS1
_PSYS02
$E=~here with ~#08~ysop, great and y~#08~Terrible!~#0D#0D
JP_PSYS1
_PSYS01
$E=~who's calling me????~#0D#0D
JP_PSYS1
_PSYS00
$E=~why are you? I'm sleeping!~#0D#0D
_PSYS1&E=3
CALL_one_out
WTXT 255
.$E
JPon @RND3 0 _PSYS10 1 _PSYS11 2 _PSYS12
_PSYS13
$E=~AND THIS IS WORTH ME BEING??~#0D#0D
JP_PSYS2
_PSYS12
$E=a#08~fuck off and don't disturb~#08~th sleep!!~#0D#0D
JP_PSYS2
_PSYS11
$E=~write soap and order~#08~tea here....~#0D#0D
JP_PSYS2
_PSYS10
$E=~fuck you ~#08#08~fig,~#0D~because of such a f~#08~ere~#08~yndy
meh~#08#08~SHOULD I WAKE ME?~#0D
_PSYS2&E=3
CALL_one_out
PAUSE 100
RET;output the contents of $E by symbol with delay &E
_one_out &D=0
. >$E
$E=#0D$E
_oneout RETIF $E(&D)=0
<$E(&D);
PAUSE&E
INC&D
JP_oneout
╘═════════════════════════ End SYSOP.C ═════════════════════════╛
Alexand