• exec/default.src

    From rswindell@VERT to CVS commit on Thu Aug 27 19:50:18 2015
    exec default.src 1.15 1.16
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv2499

    Modified Files:
    default.src
    Log Message:
    Display the new state of the batch file flagging and extended description toggle option after being changed from the File Scan Configuration menu.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Mon Aug 14 03:20:27 2017
    exec default.src 1.17 1.18
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv17253

    Modified Files:
    default.src
    Log Message:
    The /P command can now be used to post polls (executes postpoll.js).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Thu Jan 11 00:47:16 2018
    exec default.src 1.18 1.19
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv25457

    Modified Files:
    default.src
    Log Message:
    Add /A (change avatar) command to main menu.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tue Jan 16 15:17:56 2018
    exec default.src 1.19 1.20
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv12395

    Modified Files:
    default.src
    Log Message:
    Check ANSI-terminal support and user NOT guest before executing avatar_chooser.js


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Bill McGarrity@VERT/TEQUILAM to rswindell on Tue Jan 16 23:29:00 2018
    rswindell wrote to CVS commit on 01-16-18 15:17 <=-


    exec default.src 1.19 1.20
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv12395

    Modified Files:
    default.src
    Log Message:
    Check ANSI-terminal support and user NOT guest before executing avatar_chooser.js

    Are you still supporting the 'EXEC-xtrn' command in baja?

    I have the following in email section of default.src and after I compile it, it's not working...

    This is the syntax I am using:

    cmdkey L
    exec_xtrn "FTNADDRE"
    end_cmd

    BTW, what's the equivilent javascript file for default?

    Thanks...



    --

    Bill

    Telnet: tequilamockingbirdonline.net
    Web: bbs.tequilamockingbirdonline.net
    FTP: ftp.tequilamockingbirdonline.net:2121
    IRC: irc.tequilamockingbirdonline.net Ports: 6661-6670 SSL: +6697
    Radio: radio.tequilamockingbirdonline.net:8010/live


    ... Look Twice... Save a Life!!! Motorcycles are Everywhere!!!
    --- MultiMail/Win32 v0.50
    þ Synchronet þ TequilaMockingbird Online - Toms River, NJ
  • From Digital Man@VERT to Bill McGarrity on Tue Jan 16 21:03:25 2018
    Re: exec/default.src
    By: Bill McGarrity to rswindell on Tue Jan 16 2018 11:29 pm

    rswindell wrote to CVS commit on 01-16-18 15:17 <=-


    exec default.src 1.19 1.20
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv12395

    Modified Files:
    default.src
    Log Message:
    Check ANSI-terminal support and user NOT guest before executing avatar_chooser.js

    Are you still supporting the 'EXEC-xtrn' command in baja?

    Yes.

    I have the following in email section of default.src and after I compile it, it's not working...

    This is the syntax I am using:

    cmdkey L
    exec_xtrn "FTNADDRE"
    end_cmd

    Are you sure you have an external program configured in SCFG->External Programs with an internal code of "FTNADDRE"?

    BTW, what's the equivilent javascript file for default?

    There's an experimental version called classic_shell.js, but it's not well supported (e.g. I don't use it).

    There are other command shells written from scratch in JS (e.g. lightbar shell).

    digital man

    This Is Spinal Tap quote #34:
    We'd love to stand around and chat, but we've gotta sit down in the lobby Norco, CA WX: 60.7øF, 63.0% humidity, 0 mph S wind, 0.00 inches rain/24hrs
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Bill McGarrity@VERT/TEQUILAM to Digital Man on Wed Jan 17 18:25:00 2018
    Digital Man wrote to Bill McGarrity on 01-16-18 21:03 <=-

    Re: exec/default.src
    By: Bill McGarrity to rswindell on Tue Jan 16 2018 11:29 pm

    rswindell wrote to CVS commit on 01-16-18 15:17 <=-


    exec default.src 1.19 1.20
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv12395

    Modified Files:
    default.src
    Log Message:
    Check ANSI-terminal support and user NOT guest before executing avatar_chooser.js

    Are you still supporting the 'EXEC-xtrn' command in baja?

    Yes.

    I have the following in email section of default.src and after I compile it, it's not working...

    This is the syntax I am using:

    cmdkey L
    exec_xtrn "FTNADDRE"
    end_cmd

    Are you sure you have an external program configured in SCFG->External Programs with an internal code of "FTNADDRE"?

    Yes I do..

    Name FTN Address Lookup
    Internal Code FTNADDRE
    Start-up Directory ../xtrn/ftn
    Command Line FNLSCAN -Cfnlscan.cfg -D%F
    Clean-up Command Line
    Execution Cost None
    Access Requirements
    Execution Requirements
    Multiple Concurrent Users Yes
    Intercept I/O No
    Native Executable No
    Use Shell to Execute Yes
    Modify User Data No
    Execute on Event No
    Pause After Execution No
    BBS Drop File Type GAP DOOR.SYS
    Place Drop File In Node Directory



    BTW, what's the equivilent javascript file for default?

    There's an experimental version called classic_shell.js, but it's not
    well supported (e.g. I don't use it).

    OK... then I'll stick with the default.bin.

    There are other command shells written from scratch in JS (e.g.
    lightbar shell).

    I'm not a lightbar fan... I'm more into the 'classic' look... :)

    Thanks..


    --

    Bill

    Telnet: tequilamockingbirdonline.net
    Web: bbs.tequilamockingbirdonline.net
    FTP: ftp.tequilamockingbirdonline.net:2121
    IRC: irc.tequilamockingbirdonline.net Ports: 6661-6670 SSL: +6697
    Radio: radio.tequilamockingbirdonline.net:8010/live


    ... Look Twice... Save a Life!!! Motorcycles are Everywhere!!!
    --- MultiMail/Win32 v0.50
    þ Synchronet þ TequilaMockingbird Online - Toms River, NJ
  • From Lord Time@VERT/TIME to Bill McGarrity on Sun Jan 21 14:55:27 2018
    Name FTN Address Lookup
    Internal Code FTNADDRE
    Start-up Directory ../xtrn/ftn
    Command Line FNLSCAN -Cfnlscan.cfg -D%F
    Clean-up Command Line
    Execution Cost None
    Access Requirements
    Execution Requirements
    Multiple Concurrent Users Yes
    Intercept I/O No
    Native Executable No
    Use Shell to Execute Yes
    Modify User Data No
    Execute on Event No
    Pause After Execution No
    BBS Drop File Type GAP DOOR.SYS
    Place Drop File In Node Directory

    ok, I might have miss this, but where do I get this program at?


    ---

    Rob Starr
    Lord Time SysOp of
    Time Warp of the Future BBS
    Telnet://Time.Darktech.Org:24 or
    Telnet://Time.Synchro.Net:24 (qwk or ftn & e-mail)
    ICQ # 11868133 or # 70398519 Jabber : lordtime2000@gmail.com
    Astra : lord_time
    X-Box : Lord Time 2000 Skype : lordtime@tds.net
    ---
    þ Synchronet þ Time Warp of the Future BBS - Home of League 10 IBBS Games
  • From rswindell@VERT to CVS commit on Sun Oct 21 22:23:10 2018
    exec default.src 1.21 1.22
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv5032

    Modified Files:
    default.src
    Log Message:
    Changes to better support 40-column terminals (use of new Ctrl-A\ code).
    Also replaced all embedded Ctrl-A chars with \1 to make editing easier.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wed Mar 4 12:01:22 2020
    exec default.src 1.23 1.24
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv24214

    Modified Files:
    default.src
    Log Message:
    Use new modules: text_sec, logonlist, and msglist. Also accept lowercase input for ;string commands

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wed Mar 4 12:35:29 2020
    exec default.src 1.24 1.25
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv29055

    Modified Files:
    default.src
    Log Message:
    Add the Yesterday option for user list command

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu Apr 16 01:22:44 2020
    exec default.src 1.25 1.26
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv26628

    Modified Files:
    default.src
    Log Message:
    Call Baja functions: auto_message, text_file_section, and msg_list rather
    than exec_bin hard-coded module names.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tue May 26 12:25:27 2020
    exec default.src 1.28 1.29
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv24251

    Modified Files:
    default.src
    Log Message:
    For Nelgin:
    ";!" will repeat the last (non-blank) ";string" command.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Thu Sep 10 18:41:43 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/7dcbf2634449161c74b83e98
    Modified Files:
    exec/default.src
    Log Message:
    Replace CP437 char (254) with C-escape sequence (\xfe)
    ---
    ï¿­ Synchronet ï¿­ Vertrauen ï¿­ Home of Synchronet ï¿­ [vert/cvs/bbs].synchro.net