-
;EXECing *MODULES
From
Angus Mcleod@VERT/ANJO to
Digital Man on Mon Mar 25 21:06:00 2002
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@VERT to
Angus Mcleod on Mon Mar 25 22:08:15 2002
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ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
-
From
Angus Mcleod@VERT/ANJO to
Digital Man on Tue Mar 26 23:21:00 2002
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@VERT/DOCKSUD to
All on Sat Mar 30 02:50:00 2002
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@VERT to
All on Thu Aug 14 19:12:45 2003
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ã>ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
-
From
Digital Man@VERT to
Ragnarok on Fri Aug 15 18:51:03 2003
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. ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã