• Icechat

    From Havok@HOTWIRED to All on Tue Jul 19 18:49:00 2005

    Hello All!

    This is a first time for me working with java script and a BBS!

    I'm trying to call Icechat from the main menu, now after two hours of reading, then trying to find a addon program that calls from a menu I gave up and decided to ask the pro's!

    This is the best I could do so far!

    cmdkey 'P'
    exec_xtrn "\icechat\icechat -N:%# -D:c:\sbbs\node%#"
    end_cmd

    Thanks

    Havok

    ---
    ■ Synchronet ■ Hot Wired - hotwiredbbs.com The new BBS on the block!
  • From Angus McLeod@ANJO to Havok on Tue Jul 19 23:07:00 2005
    Re: Icechat
    By: Havok to All on Tue Jul 19 2005 18:49:00

    This is a first time for me working with java script and a BBS!

    I'm trying to call Icechat from the main menu, now after two hours of readin then trying to find a addon program that calls from a menu I gave up and decided to ask the pro's!

    This is the best I could do so far!

    cmdkey 'P'
    exec_xtrn "\icechat\icechat -N:%# -D:c:\sbbs\node%#"
    end_cmd

    Thanks

    1) This looks like BAJA, not JavaScript.

    2) The EXEC_XTRN verb expects an "Internal Code", not the name of the
    program to execute. You have to set it up under SCFG->External Programs
    with a unique "Internal Code", *then* you can use EXEC_XTRN with the code.
    If you want to run the command like that try EXEC instead of EXEC_XTRN.



    ---
    ■ Synchronet ■ Making sure Jason works OK at The ANJO BBS
  • From Digital Man to Havok on Tue Jul 19 19:32:18 2005
    Re: Icechat
    By: Havok to All on Tue Jul 19 2005 06:49 pm


    Hello All!

    This is a first time for me working with java script and a BBS!

    I'm trying to call Icechat from the main menu, now after two hours of readin then trying to find a addon program that calls from a menu I gave up and decided to ask the pro's!

    This is the best I could do so far!

    cmdkey 'P'
    exec_xtrn "\icechat\icechat -N:%# -D:c:\sbbs\node%#"
    end_cmd

    1. That's not a JavaScript, it's Baja (see http://synchro.net/docs/baja.html for details).

    2. The Baja EXEC_XTRN function is used to execute a program that's been pre-configured in SCFG->External Programs->Online Programs. Again, see baja.html for details.

    digital man

    Snapple "Real Fact" #34:
    If you keep a goldfish in a dark room it will eventually turn white.
  • From Mrproper@VEXED2 to Havok on Wed Jul 20 00:47:00 2005
    Re: Icechat
    By: Havok to All on Tue Jul 19 2005 19:49:00


    Hello All!

    This is a first time for me working with java script and a BBS!

    I'm trying to call Icechat from the main menu, now after two hours of readin then trying to find a addon program that calls from a menu I gave up and decided to ask the pro's!

    This is the best I could do so far!

    cmdkey 'P'
    exec_xtrn "\icechat\icechat -N:%# -D:c:\sbbs\node%#"
    end_cmd


    I found it the easiest to setup IceChat in the externals menu then call it in js by tthe internal code.


    ---

    MrProper
    SysOp - WarZone BBS
    ---
    ■ Synchronet ■ DoveNet - WarZone BBS: warzone.dyndns.org
  • From Havok@HOTWIRED to Digital Man on Wed Jul 20 01:16:00 2005
    > 1. That's not a JavaScript, it's Baja (see http://synchro.net/docs/baja.html
    for details).

    2. The Baja EXEC_XTRN function is used to execute a program that's been pre-configured in SCFG->External Programs->Online Programs. Again, see baja.html for details.


    Hello

    Opp's posted in wrong area ta boot!


    Thanks Ron!!

    Havok

    ---
    ■ Synchronet ■ Hot Wired - hotwiredbbs.com The new BBS on the block!
  • From Havok@HOTWIRED to Angus McLeod on Wed Jul 20 01:18:00 2005
    >
    1) This looks like BAJA, not JavaScript.

    2) The EXEC_XTRN verb expects an "Internal Code", not the name of the program to execute. You have to set it up under SCFG->External Programs with a unique "Internal Code", *then* you can use EXEC_XTRN with the code. If you want to run the command like that try EXEC instead of EXEC_XTRN.

    Hello

    Thanks, I'll jump over to the server and try it out!


    Havok

    ---
    ■ Synchronet ■ Hot Wired - hotwiredbbs.com The new BBS on the block!
  • From Mrproper@VEXED2 to Havok on Wed Jul 20 10:20:00 2005
    Re: Re: Icechat
    By: Havok to Digital Man on Wed Jul 20 2005 02:16:00

    > 1. That's not a JavaScript, it's Baja (see http://synchro.net/docs/baja.html
    for details).

    2. The Baja EXEC_XTRN function is used to execute a program that's been pre-configured in SCFG->External Programs->Online Programs. Again, see baja.html for details.


    Hello

    Opp's posted in wrong area ta boot!


    Oops..


    Thanks Ron!!

    That's Rob, Not Ron :)


    ---

    MrProper
    SysOp - WarZone BBS
    ---
    ■ Synchronet ■ DoveNet - WarZone BBS: warzone.dyndns.org
  • From Tiny@ABUSE1 to Havok on Wed Jul 20 13:25:00 2005

    cmdkey 'P' exec_xtrn "\icechat\icechat -N:%# -D:c:\sbbs\node%#"

    +[▌][?+[▌][?]----------------------------------------------------+-----+▌
    ▌ ▌ Ice Chat ▌ ▌▌ ▌-----▌----------------------------------------------------------▌-----▌▌
    ▌ ▌Fix▌ ▌Name Ice Chat ▌ ▌▌
    ▌ ▌Tim▌ ▌Internal Code ICHAT ▌ ▌▌
    ▌ ▌Nat▌ ▌Start-up Directory c:\sbbs\xtrn\ichat ▌ ▌▌
    ▌ ▌Ext▌ ▌Command Line c:\sbbs\xtrn\ichat\icechat.ex▌ ▌▌
    ▌ ▌Glo▌ ▌Clean-up Command Line ▌ ▌▌
    ▌ ▌Onl▌ ▌Execution Cost None ▌ ▌▌ [▌][?]------------------------------------------------------------------+
    Command: c:\sbbs\xtrn\ichat\icechat.exe -d:c:\sbbs\node%#\ -N%# ▌ ------------------------------------------------------------------------+
    ▌ ▌Mai▌ ▌Intercept Standard I/O No ▌-----+▌
    ▌ ▌Fan▌ ▌Native (32-bit) Executable No ▌▌▌▌▌▌▌▌
    ▌ ▌Puz▌ ▌Use Shell to Execute No ▌▌▌▌▌▌▌▌
    ▌ ▌Spa▌ ▌Modify User Data Yes ▌▌▌▌▌▌▌▌
    ▌ ▌Car▌ ▌Execute on Event No ▌▌▌▌▌▌▌▌
    ▌ ▌Gen▌ ▌Pause After Execution No ▌▌▌▌▌▌▌▌
    ▌ ▌Oth▌ ▌BBS Drop File Type GAP door.sys ▌▌▌▌▌▌▌▌
    ▌ ▌ ▌?▌Place Drop File In Node Directory ▌▌▌▌▌▌▌▌ +-----+----------------------------------------------------------+▌▌▌▌▌▌▌

    Then just call it however you would from your menu. I use Baja menus.

    Shawn

    ... Every revolutionary ends up either by becoming an oppressor or a heretic.

    ---
    ■ Synchronet ■ Abuse of Melody BBS - bbs.abuseofmelody.com
  • From Melkor@VEXED2/STARFRON to Tiny on Tue Aug 30 09:26:00 2005
    Re: Icechat
    By: Tiny to Havok on Wed Jul 20 2005 03:25 pm

    Then just call it however you would from your menu. I use Baja menus.
    Methinks someone got something crossed...
    Join StarNet today.. Http://starfrontiers.dyndns.org


    ---
    ■ Synchronet ■ Star Frontiers Home of StarNet Telnet://starfrontiers.dyndns.org
  • From Time Warrior@VEXED2/STARFRON to Melkor on Wed Aug 31 07:42:00 2005
    Re: Icechat
    By: Melkor to Tiny on Tue Aug 30 2005 08:26 am

    Re: Icechat
    By: Tiny to Havok on Wed Jul 20 2005 03:25 pm

    Then just call it however you would from your menu. I use Baja menus.
    Methinks someone got something crossed...

    I noticed. lol

    --
    .---------------------------------------------------------------.
    | [TiME WaRRiOR] aka [Dave Kelso] AIM: Twar782 | +o Malkavia BBS |
    | www : synchsupport.net - malkaviabbs.com - xpresit.net |
    | www$: josephsjewelersonline.com - preferedinsurance.com |
    | @: time.warrior@malkaviabbs. com |
    \______________________________________________________________/
    --- SBBSecho 2.10-Win32
    * Origin: Malkavia BBS - malkaviabbs.com (21:773/0)
    ■ Synchronet ■ Star Frontiers Home of StarNet Telnet://starfrontiers.dyndns.org
  • From Tracker1@TRN to Time Warrior on Sat Sep 3 14:41:00 2005
    Time Warrior wrote:
    Then just call it however you would from your menu. I use Baja menus.
    Methinks someone got something crossed...

    I noticed. lol

    --- SBBSecho 2.10-Win32
    * Origin: Malkavia BBS - malkaviabbs.com (21:773/0)
    - Synchronet - Star Frontiers Home of StarNet Telnet://starfrontiers.dy

    I'm just guessing here, that it's either malkavia, or star frontiers that
    has some cross-posting gonig on, I'm seeing this in dovenet's synchronet javascript echo...



    --
    Michael J. Ryan - tracker1(at)theroughnecks(dot)net - www.theroughnecks.net icq: 4935386 - AIM/AOL: azTracker1 - Y!: azTracker1 - MSN/Win: (email)

    ---
    ■ Synchronet ■ theroughnecks.net - you know you want it