• Icechat

    From Havok@VERT/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@VERT/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@VERT 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.ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Mrproper@VERT/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@VERT/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@VERT/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@VERT/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@VERT/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@VERT/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@VERT/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@VERT/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ã