• ;EXECing *MODULES

    From Angus Mcleod@ANJO to Digital Man on Monday, March 25, 2002 22:06:00
    I was trying to ;EXEC a *MODULE that I'd just written. The SBBS "CLI"
    forces all input UPPERcase, so if you write "module.src" and compile it to "module.bin", when you ;EXEC it, you get an error saying it can't file "MODULE.bin".

    I them symlink the two

    ln -s module.bin MODULE.bin

    which gets around the error, but perhaps a more dainty solution can be devised?


    ---
    ■ Synchronet ■ Where we BAJA Rob into writing our modules. The ANJO BBS
  • From Digital Man to Angus Mcleod on Monday, March 25, 2002 23:08:15
    Re: ;EXECing *MODULES
    By: Angus Mcleod to Digital Man on Mon Mar 25 2002 09:06 pm

    I was trying to ;EXEC a *MODULE that I'd just written. The SBBS "CLI" forces all input UPPERcase, so if you write "module.src" and compile it to "module.bin", when you ;EXEC it, you get an error saying it can't file "MODULE.bin".

    I them symlink the two

    ln -s module.bin MODULE.bin

    which gets around the error, but perhaps a more dainty solution can be devised?

    It's the default shell that's doing the uppercase conversion. Either modify the shell, or just type ";EXEC<CR>" - it'll then prompt for the system password, then the command-line (which allows anycase).

    digital man
  • From Angus Mcleod@ANJO to Digital Man on Wednesday, March 27, 2002 00:21:00
    Re: ;EXECing *MODULES
    By: Digital Man to Angus Mcleod on Mon Mar 25 2002 22:08:00

    ...or just type ";EXEC<CR>" - it'll then prompt for the system password, then the command-line (which allows anycase).

    Hey, cool. I didn't know you could do that.

    ---
    ■ Synchronet ■ Where we BAJA Rob into writing our modules. The ANJO BBS
  • From Ragnarok@DOCKSUD to All on Saturday, March 30, 2002 03:50:00
    you can make this:
    ;exec <ENTER>
    SY: <put your system password here> <ENTER>
    Parameter(s): *your_module_lower_case <ENTER>

    it work!


    "Angus Mcleod" <Angus Mcleod@VERT> escribi≤ en el mensaje news:3C9F9138.1229.bajaprog@docksud.com.ar...
    I was trying to ;EXEC a *MODULE that I'd just written. The SBBS "CLI"
    forces all input UPPERcase, so if you write "module.src" and compile it to "module.bin", when you ;EXEC it, you get an error saying it can't file "MODULE.bin".

    I them symlink the two

    ln -s module.bin MODULE.bin

    which gets around the error, but perhaps a more dainty solution can be devised?


    ---
    ■ Synchronet ■ Where we BAJA Rob into writing our modules. The ANJO BBS

    ---
    ■ Synchronet ■ docksud BBS - 4222-2873
  • From Ragnarok to All on Thursday, August 14, 2003 19:12:45
    can i change the default to lowercase?
    its possible?
    It's the default shell that's doing the uppercase conversion. Either
    modify the
    shell, or just type ";EXEC<CR>" - it'll then prompt for the system
    password,
    then the command-line (which allows anycase).

    digital man

  • From Digital Man to Ragnarok on Friday, August 15, 2003 18:51:03
    Re: Re: ;EXECing *MODULES
    By: Ragnarok to All on Thu Aug 14 2003 07:12 pm

    Sure, just modify exec/default.src.

    can i change the default to lowercase?
    its possible?
    It's the default shell that's doing the uppercase conversion. Either
    modify the
    shell, or just type ";EXEC<CR>" - it'll then prompt for the system
    password,
    then the command-line (which allows anycase).

    digital man

    Snapple "Real Fact" #122:
    A duck canÆt walk without bobbing itÆs head.