• Exec line in Baja script.

    From Internetking@1:103/705 to all on Thu Oct 5 16:35:28 2017
    How to use this in Windows since that line would say no dos allowed in this
    node but it works in win 32 bit as well. Ig exec echo whatever >> score.dat

    ---
    * Synchronet * Internetking BBS - inetk.synchro.net
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to Internetking on Thu Oct 5 17:22:30 2017
    Re: Exec line in Baja script.
    By: Internetking to all on Thu Oct 05 2017 04:35 pm

    How to use this in Windows since that line would say no dos allowed in this
    node but it works in win 32 bit as well. Ig exec echo whatever >> score.dat

    exec "cmd /c echo whatever >> score.dat"

    digital man

    Synchronet "Real Fact" #90:
    Synchronet/DSZ "hack" of '93: http://wiki.synchro.net/history:hack93
    Norco, CA WX: 82.7oF, 32.0% humidity, 5 mph NE wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.01-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to Internetking on Thu Oct 5 17:23:48 2017
    Re: Exec line in Baja script.
    By: Digital Man to Internetking on Thu Oct 05 2017 05:22 pm

    Re: Exec line in Baja script.
    By: Internetking to all on Thu Oct 05 2017 04:35 pm

    How to use this in Windows since that line would say no dos allowed in this
    node but it works in win 32 bit as well. Ig exec echo whatever >> score.dat

    exec "cmd /c echo whatever >> score.dat"

    Make that:

    exec "cmd.exe /c echo whatever >> score.dat"

    This works because "cmd.exe" is in your SCFG->External Programs->Native Program List.

    digital man

    Synchronet/BBS Terminology Definition #7:
    BPS = Bits Per Second
    Norco, CA WX: 82.7oF, 32.0% humidity, 5 mph NE wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.01-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)