• Execute System Command

    From Mortifis@VERT/EMPTYKEG to All on Mon Jan 21 10:58:48 2019
    Having a DUH day ... what is the function to execute a system command? I triedãsystem.open("blah blah blah") but got "TypeError: system.open is not aãfunction" :-/ãã---ã þ Synchronet þ The Empty Keg BBS emptykeg.synchro.net:82 Lake Echo NS Canadaã
  • From Digital Man@VERT to Mortifis on Mon Jan 21 13:14:40 2019
    Re: Execute System Commandã By: Mortifis to All on Mon Jan 21 2019 10:58 amãã > Having a DUH day ... what is the function to execute a system command? Iã > tried system.open("blah blah blah") but got "TypeError: system.open is not aã > function" :-/ããIt's system.exec():ãhttp://synchro.net/docs/jsobjs.html#system_methodsãã digital manããSynchronet "Real Fact" #95:ãSynchronet v3.14a was released in December of 2006 (1 year after v3.13a).ãNorco, CA WX: 59.6øF, 33.0% humidity, 17 mph ENE wind, 0.00 inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Mortifis@VERT/EMPTYKEG to Digital Man on Mon Jan 21 17:27:45 2019
    Re: Execute System Commandã > By: Mortifis to All on Mon Jan 21 2019 10:58 amãã > > Having a DUH day ... what is the function to execute a system command? Iã > > tried system.open("blah blah blah") but got "TypeError: system.open isã > > not a function" :-/ãã > It's system.exec():ã > http://synchro.net/docs/jsobjs.html#system_methodsãã > digital manããWell that's handy, I poked around all over looking and didn't even how thatãdocument was available. :-)ããI have been using system.popen() which works well also (once I remembered it isãpopen and not open :-/ )ãã---ã þ Synchronet þ The Empty Keg BBS emptykeg.synchro.net:82 Lake Echo NS Canadaã
  • From Mortifis@VERT/EMPTYKEG to Mortifis on Mon Jan 21 17:43:25 2019
    Re: Execute System Commandã > > By: Mortifis to All on Mon Jan 21 2019 10:58 amãã > > > Having a DUH day ... what is the function to execute a system command?ã > > > I tried system.open("blah blah blah") but got "TypeError: system.openã > > > is not a function" :-/ãã > > It's system.exec():ã > > http://synchro.net/docs/jsobjs.html#system_methodsããI had followed http://wiki.synchro.net/ref:index#external_references but theãlink threw a "no resources available" so I edited the wiki and corrected theãlink for future reference, hope you don't mind :-)ãã---ã þ Synchronet þ The Empty Keg BBS emptykeg.synchro.net:82 Lake Echo NS Canadaã