Hi Patrick,
On 03-May-99, you wrote:
> Hello,
>
> How can StrICQ be integrated with Genesis, so it is run once I have logged
> in and then sends out its online signal once I have connected. I've tried
> using Options/Execute, but StrICQ is run on startup then again on logging
> in.
>
> Kind regards
> --
> Patrick James ; PGP key on homepage
> @basil.u-net.com
> http://www.basil.u-net.com
> --
> WinErr 678: This will end your Windows session. Do you want to play
> another game?
>
Here is a script I call in the "Online" event of ppp. Just set it
to Script and enter the path of the script file itself.
Then in both the "Offline active" and "Offline passive" enter the
following as an AREXX command (with the quotes):
"/* Quit STRICQ */;address STRICQ.1;QUIT"
This will cause STRICQ to quit when you go offline.
Hope this is what you had in mind.
Lamar
--
+----------------------------+---------------------------------------+
| Lamar McLouth /// | [EMAIL PROTECTED] |
| ICQ #: 35391338 __ /// | |
| \\\/// | A4000/060-50 114MB RAM + CV64 + SyJet |
| AMIGAfied in 1990 \X// | DCTV A3000/25 A1000 C128 C64 |
+----------------------------+---------------------------------------+
-- Listar MIME Decryption --------------
-- Name : StartStrICQ
-- Desc : AREXX script to start STRICQ and put you online
run >NIL: stack 32768 +
Work:NetUtils/STRICQ/STRICQ
rx "/* Put user online */;address command 'WaitForPort STRICQ.1';address
STRICQ.1;STATUS 'SET=ONLINE'"
_____________________________________________________________
NetConnect mailing list. To unsubscribe, send an 'unsubcribe'
message to <[EMAIL PROTECTED]>