• Running a BBS door directly from a menu (command shell)

    From Diamond Dave@VERT/DMINE to All on Saturday, October 18, 2025 18:20:58
    I assume there's a way to directly run a BBS door from a menu? (i.e. a command shell)

    If so, how would I go about doing so?

    Reason I want to do it: I want to run the EZ-ROM door from the Files menu, so users call call up the EZ-ROM from that menu and not necessarily the door/online system menu.

    I assume I set up the door the normal way in SCFG, but invoke it from a command shell.

    Thanks!

    *** Diamond Dave ***
    ---
    þ Synchronet þ Diamond Mine Online BBS - bbs.dmine.net:24 - Fredericksburg, VA USA
  • From MRO@VERT/BBSESINF to Diamond Dave on Saturday, October 18, 2025 19:14:43
    Re: Running a BBS door directly from a menu (command shell)
    By: Diamond Dave to All on Sat Oct 18 2025 06:20 pm

    I assume there's a way to directly run a BBS door from a
    menu? (i.e. a command shell)

    If so, how would I go about doing so?

    Reason I want to do it: I want to run the EZ-ROM door from the Files
    menu, so users call call up the EZ-ROM from that menu and not
    necessarily the door/online system menu.

    I assume I set up the door the normal way in SCFG, but invoke it from
    a command shell.


    exec_xtrn (code)

    if using baja command shell
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From nelgin@VERT/EOTLBBS to All on Sunday, October 19, 2025 01:21:36
    On Sat, 18 Oct 2025 18:20:58 -0400
    "Diamond Dave" (VERT/DMINE)
    <VERT/DMINE!Diamond.Dave@endofthelinebbs.com> wrote:
    I assume there's a way to directly run a BBS door from a menu? (i.e.
    a command shell)

    If so, how would I go about doing so?

    Reason I want to do it: I want to run the EZ-ROM door from the Files
    menu, so users call call up the EZ-ROM from that menu and not
    necessarily the door/online system menu.

    I assume I set up the door the normal way in SCFG, but invoke it from
    a command shell.

    Thanks!

    *** Diamond Dave ***
    ---
    â–  Synchronet â–  Diamond Mine Online BBS - bbs.dmine.net:24 - Fredericksburg, VA USA
    bbs.exec_xtrn(xtrn_number_or_code) ;Execute external program by number
    or internal code.
    --
    End Of The Line BBS - Plano, TX
    telnet endofthelinebbs.com 23
    ---
    ï¿­ Synchronet ï¿­ End Of The Line BBS - endofthelinebbs.com
  • From Diamond Dave@VERT/DMINE to nelgin on Sunday, October 19, 2025 12:39:19
    Re: Re: Running a BBS door directly from a menu (command shell)
    By: nelgin to All on Sun Oct 19 2025 01:21 am

    I assume there's a way to directly run a BBS door from a menu? (i.e.
    a command shell)

    If so, how would I go about doing so?

    bbs.exec_xtrn(xtrn_number_or_code) ;Execute external program by number
    or internal code.

    That's sort of what I thought. Is that Javascript or Baja code?

    *** Diamond Dave ***
    ---
    þ Synchronet þ Diamond Mine Online BBS - bbs.dmine.net:24 - Fredericksburg, VA USA