• NetRunner script

    From g00r00@21:1/108 to All on Thu Mar 7 04:46:16 2019
    Has anyone ever used a script with NetRunner to auto login and do things? I have been thinking about removing that feature if I rewrite NetRunner because
    I don't think anyone has ever really used it.

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: Sector 7 (21:1/108)
  • From Pequito@21:1/126 to g00r00 on Thu Mar 7 08:03:44 2019
    On 07 Mar 2019, g00r00 said the following...

    Has anyone ever used a script with NetRunner to auto login and do
    things? I have been thinking about removing that feature if I rewrite NetRunner because I don't think anyone has ever really used it.


    I had always just used Alt-L to send the login info, never used a script.

    |15:|07: |15pequito |08<|07<|14.|11PH|15EN|11OM|14.|07>|08> |07:|15: |15:|07: |02telnet://|10twinklebbs.net |07:|15:

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: Twinkle BBS # (21:1/126)
  • From xqtr@21:1/111 to g00r00 on Thu Mar 7 20:28:40 2019
    Has anyone ever used a script with NetRunner to auto login and do
    things? I have been thinking about removing that feature if I rewrite NetRunner because I don't think anyone has ever really used it.

    Never... i only use Alt-L and i tried to use the CTRL-Fx but no luck :(. Never used the script feature.

    .----- --- -- -
    | Another Droid BBS
    : Telnet : andr01d.zapto.org:9999 [UTC 11:00 - 20:00]
    . Contact : xqtr@gmx.com

    --- Mystic BBS v1.12 A41 2018/12/27 (Raspberry Pi/32)
    * Origin: Another Droid BBS # andr01d.zapto.org:9999 (21:1/111)
  • From dream master@21:1/163 to g00r00 on Thu Mar 7 13:19:08 2019
    On 07 Mar 2019, g00r00 said the following...
    Has anyone ever used a script with NetRunner to auto login and do
    things? I have been thinking about removing that feature if I rewrite NetRunner because I don't think anyone has ever really used it.

    i have never used it.

    |08 .|05ú|13ù|15Dr|07e|08am Ma|07st|15er|13ù|05ú|08.
    |08 øù|05ú|13ùø |13øù|05ú|08ùø
    |11 DoRE|03!|11ACiDiC|03!|11Demonic
    |08[|15bbs|09.|15dreamlandbbs|09.|15org|08]

    --- Mystic BBS v1.12 A43 2019/03/03 (Windows/32)
    * Origin: |08--[|15!|07dreamland BBS bbs.dreamlandbbs.org (21:1/163)
  • From Avon@21:1/101 to g00r00 on Fri Mar 8 13:01:50 2019
    On 07 Mar 2019 at 04:46a, g00r00 pondered and said...

    Has anyone ever used a script with NetRunner to auto login and do
    things? I have been thinking about removing that feature if I rewrite NetRunner because I don't think anyone has ever really used it.

    I'm not near my BBS PC right now as I reply. I recall creating a bespoke .zip with netrunner in it and setting things up so folks could run that batch file and it would fire up netrunner and telnet to Agency. If that was a script
    then yeah I used it but it was some time ago.. it may have just been a simple switch.. sorry have not looked at it in some time.

    Best, Paul

    --- E:avon@bbs.nz ------ W:bbs.nz ---
    --- K:keybase.io/avon --------------

    --- Mystic BBS v1.12 A43 2019/03/03 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From CyntaxX@21:4/113 to g00r00 on Fri Mar 8 03:50:32 2019
    On 07 Mar 2019, g00r00 said the following...

    Has anyone ever used a script with NetRunner to auto login and do
    things? I have been thinking about removing that feature if I rewrite NetRunner because I don't think anyone has ever really used it.

    I set it up to use F1 for username and F2 for password when I only used
    telnet but now that Netrunner can use SSH fine for me, I've not used it for a long while. So it's a take it or leave it for me.

    --- Mystic BBS v1.12 A43 2019/02/23 (Raspberry Pi/32)
    * Origin: Digital Wurmhole | digitalwurmhole.ddns.net:2323 (21:4/113)
  • From g00r00@21:1/108 to Pequito on Fri Mar 8 02:12:42 2019
    Has anyone ever used a script with NetRunner to auto login and do things? I have been thinking about removing that feature if I rewrit NetRunner because I don't think anyone has ever really used it.


    I had always just used Alt-L to send the login info, never used a script.

    Yeah its not all that useful. It could be scripted to call in and exchange QWK packets or something if someone really wanted to, but with SSH and RLOGIN
    plus macros I think maybe its not very useful to keep it.

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: Sector 7 (21:1/108)
  • From g00r00@21:1/108 to xqtr on Fri Mar 8 02:21:38 2019
    Never... i only use Alt-L and i tried to use the CTRL-Fx but no luck :(. Never used the script feature.

    I will check the CTRL+Fx stuff but I think NetRunner in general has problems with non-US keyboards. This is of course difficult for me to address because I don't have non-US keyboards and I don't know other languages. :)

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: Sector 7 (21:1/108)
  • From g00r00@21:1/108 to CyntaxX on Fri Mar 8 04:54:06 2019
    Has anyone ever used a script with NetRunner to auto login and do things? I have been thinking about removing that feature if I rewrit NetRunner because I don't think anyone has ever really used it.

    I set it up to use F1 for username and F2 for password when I only used telnet but now that Netrunner can use SSH fine for me, I've not used it for a long while. So it's a take it or leave it for me.

    Those are macros. NetRunner has a scripting engine so you can automate stuff. Below is one that works on my BBS to automagically log in via TELNET, but you can also queue and send/receive files as well. I don't think anyone ever
    uses it:

    ; Example script for logging into a BBS

    waitfor "BEGIN A SESSION"
    send "B"
    waitfor "LOGIN >>"
    send "@UN@CR"
    waitfor "PASS >>"
    send "@PW@CR"

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: Sector 7 (21:1/108)
  • From xqtr@21:1/111 to g00r00 on Fri Mar 8 15:53:20 2019
    I will check the CTRL+Fx stuff but I think NetRunner in general has problems with non-US keyboards. This is of course difficult for me to address because I don't have non-US keyboards and I don't know other

    Sometimes i forget to turn the keyboard layout from Greek to English and i start Netrunner... nothing responds and i have to close it down, switch keyboard to us/english and then launch it again, to work :)

    The CTRL-Fx keys don't work perhaps of the Ubuntu version i use... i am using Lubuntu 18.10 with Qt Desktop... i am almost sure, that all CTRL-Fx combinations are used by QT Desktop and thats why Netrunner doesn't respond. The OS catches first the keystrokes. :(

    .----- --- -- -
    | Another Droid BBS
    : Telnet : andr01d.zapto.org:9999 [UTC 11:00 - 20:00]
    . Contact : xqtr@gmx.com

    --- Mystic BBS v1.12 A41 2018/12/27 (Raspberry Pi/32)
    * Origin: Another Droid BBS # andr01d.zapto.org:9999 (21:1/111)
  • From CyntaxX@21:4/113 to g00r00 on Sat Mar 9 05:49:16 2019
    On 08 Mar 2019, g00r00 said the following...

    Has anyone ever used a script with NetRunner to auto login and d things? I have been thinking about removing that feature if I r NetRunner because I don't think anyone has ever really used it.

    I set it up to use F1 for username and F2 for password when I only us telnet but now that Netrunner can use SSH fine for me, I've not used for a long while. So it's a take it or leave it for me.

    Those are macros. NetRunner has a scripting engine so you can automate stuff. Below is one that works on my BBS to automagically log in via TELNET, but you can also queue and send/receive files as well. I don't think anyone ever uses it:

    Ahh, oops! My mistake. Well here's my two cents on it anyway. Keep Netrunner simple. I don't think all the bells and whistles are needed as it's a tool to access BBSes. A very fast, small beautiful looking piece of software is all that is needed. I've almost exclusively used Netrunner for a few years and my only issue is the limit of the address book. Other than that, it does what
    says on the box and that's good enough for me. :)

    --- Mystic BBS v1.12 A43 2019/02/23 (Raspberry Pi/32)
    * Origin: Digital Wurmhole | digitalwurmhole.ddns.net:2323 (21:4/113)
  • From g00r00@21:1/108 to CyntaxX on Sat Mar 9 11:13:00 2019
    of software is all that is needed. I've almost exclusively used
    Netrunner for a few years and my only issue is the limit of the address book. Other than that, it does what says on the box and that's good
    enough for me. :)

    You can make multiple address books. I know that might not be the solution you want, but it can allow you to have more than 200 at least. I am surprised you had reason to have more than 200 entries in your address book!

    I will keep it in mind to remove the limit whenever I get around to converting the phone book to an .ini file instead of a data file. I am not sure when I will actually get around to doing that though.

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: Sector 7 (21:1/108)
  • From CyntaxX@21:4/113 to g00r00 on Mon Mar 11 03:40:16 2019
    On 09 Mar 2019, g00r00 said the following...

    of software is all that is needed. I've almost exclusively used Netrunner for a few years and my only issue is the limit of the addre book. Other than that, it does what says on the box and that's good enough for me. :)

    You can make multiple address books. I know that might not be the solution you want, but it can allow you to have more than 200 at least.
    I am surprised you had reason to have more than 200 entries in your address book!

    I will keep it in mind to remove the limit whenever I get around to converting the phone book to an .ini file instead of a data file. I am not sure when I will actually get around to doing that though.


    It's no worries :) That's what I currently do now is a phone book for A-L,
    M-S and T-Z. And one for my most frequent. I can't honestly say I call that many but every now n then I'll call a few odd ball ones up out of the blue.
    And it's just one extra step to change books.

    --- Mystic BBS v1.12 A43 2019/02/23 (Raspberry Pi/32)
    * Origin: Digital Wurmhole | digitalwurmhole.ddns.net:2323 (21:4/113)