• Executing baja bin file from logon.js

    From nolageek@VERT/CAPSHRIL to All on Thursday, April 24, 2014 13:22:43
    Hey guys...

    How can I execute a .bin file written in baja from within logon.js?

    I found a rumor module I wanted to try but so far I was only able to get it to run in a baja command shell. Been digging through various other .js files looking for an example but I haven't had any luck.

    No luck looking in the docs either. (Mostly running baja from within baja)


    -nolageek

    ---
    þ Synchronet þ Capitol Shrill BBS - Washington, DC - capitolshrill.com
  • From Mro@VERT/BBSESINF to nolageek on Friday, April 25, 2014 19:17:51
    Re: Executing baja bin file from logon.js
    By: nolageek to All on Thu Apr 24 2014 01:22 pm

    Hey guys...

    How can I execute a .bin file written in baja from within logon.js?


    you can execute a baja script in javascript with
    this command [change 'MODNAME' to your bin name]:

    bbs.exec("*MODNAME");
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From nolageek@VERT/CAPSHRIL to Mro on Sunday, April 27, 2014 16:35:21
    Re: Executing baja bin file from logon.js
    By: Mro to nolageek on Fri Apr 25 2014 07:17 pm

    How can I execute a .bin file written in baja from within logon.js?
    you can execute a baja script in javascript with
    this command [change 'MODNAME' to your bin name]:
    bbs.exec("*MODNAME");

    THanks! Checking that out now. :)
    |01-|03nolageek

    ---
    þ Synchronet þ Capitol Shrill BBS - Washington, DC - capitolshrill.com