Deuce wrote to Bill McGarrity <=-��� > I am just getting my feet wet with programing and I wanted to make a change� > in the e-mail section of classc_shell.js. My plan is to add another command� > to it so it wil call a door that looks at an FTN nodelist. So say under the� > "N" I wanted to add a "L" for FTN Lookup... what would be involved?�� De> So, at about line 291 or so you would add something like this:�� De> case 'L':� De> bbs.exec_xtrn('CODE');� De> continue main;�� De> (Assuming that "CODE" is the internal code of the door).� De> Then you would need to modify the menu ASC file. In text/menu, there's� De> a main.asc file. I think PabloDraw supports editing ASC files� De> directly, so fire up PB and load main.asc and fix up the menu to� De> include the new 'L' command.��Thank you Deuce... y'all are just super at giving help.. :) So if I understand�the info above is for the .js file. DM just gave me the info for�default.scr/bin, which is baja. I'l try both ways... :)�����Bill��Telnet: tequilamockingbirdonline.net�IRC: irc.tequilamockingbirdonline.net Ports: 6661-6670 SSL: +6697�Radio: radio.tequilamockingbirdonline.net:8010/live���... Motorcycles are everywhere... Look twice, save a life!!�--- MultiMail/Win32 v0.50� � Synchronet � TequilaMockingbird Online - TELNET: tequilamockingbirdonline.net�
Digital Man wrote to Bill McGarrity <=-��� > Good day all...� >� > Originally I msg'd Rob over this but he asked me to post it in the echo� > here for others. Appreciate the answer as well....� >� > Hiya Rob...� >� > I am just getting my feet wet with programing and I wanted to make a change� > in the e-mail section of classc_shell.js. My plan is to add another command� > to it so it wil call a door that looks at an FTN nodelist. So say under the� > "N" I wanted to add a "L" for FTN Lookup... what would be involved?� >� > I appreciate the time you put into this and for any pointers you can give� > me.� >� > Here is the reply... for those who didn't know... including myself...� >� >� > "classic_shell.js isn't normally used (default.src/bin is used instead)."� >� > Thanks again Rob...�� DM> No problem. The "default" shell is actually exec/default.bin (written� DM> in Baja, the source of which is default.src).�� DM> You can section with the label ":e-mail" in this file.�� DM> You can add a "cmdkey L" command block (end with "end_cmd") or add it� DM> into the "cmdkey N" block if you prefer.�� DM> To execute a configured door (SCFG->External Programs->Online� DM> Programs), use�� DM> EXEC_XTRN "intcode"�� DM> where "intcode" is the internal code of the program you have configured� DM> in SCFG. For detalis, see http://synchro.net/docs/baja.html�� DM> If you prefer to work in JavaScript, you could use classic_shell.js or� DM> another shell written in JS, but how to modify the menu and launch an� DM> external is slightly different.��Just what I was looking for. the EXEC_XTRN was something I was looking for and�now it all makes sense. Thanks again...��Just so I understand, this should be the way I'll do it...��cmdkey L� exec_xtrn "FNLSCAN"� end_cmd��From what I read in the CommandKeyConstants, should there be any args:??��ALso, in compiling, I'd just do: baja default.scr Correct?? (naturally, I�make a backup of the original default.scr/bin files before I go nuts... :)��� ***�Addendum.... I made the changes you said and it works perfectly... that was too�damn easy.. lol!!���Thanks again..���Bill��Telnet: tequilamockingbirdonline.net�IRC: irc.tequilamockingbirdonline.net Ports: 6661-6670 SSL: +6697�Radio: radio.tequilamockingbirdonline.net:8010/live���... Motorcycles are everywhere... Look twice, save a life!!�--- MultiMail/Win32 v0.50� � Synchronet � TequilaMockingbird Online - TELNET: tequilamockingbirdonline.net�
Digital Man wrote to Bill McGarrity <=-�� >� > DM> If you prefer to work in JavaScript, you could use classic_shell.js or� > DM> another shell written in JS, but how to modify the menu and launch an� > DM> external is slightly different.� >� > Just what I was looking for. the EXEC_XTRN was something I was looking for� > and now it all makes sense. Thanks again...� >� > Just so I understand, this should be the way I'll do it...� >� > cmdkey L� > exec_xtrn "FNLSCAN"� > end_cmd� >� > From what I read in the CommandKeyConstants, should there be any args:??� >� > ALso, in compiling, I'd just do: baja default.scr Correct?? (naturally, I� > make a backup of the original default.scr/bin files before I go nuts... :)� >� >� > ***� > Addendum.... I made the changes you said and it works perfectly... that was� > too damn easy.. lol!!�� DM> Cool. Modified .src and .js files should go in your "mods" directory� DM> though, so you won't lose your changes during any future upgrades:� DM> http://wiki.synchro.net/dir:mods��OK.. I didn't change the .js just the src and compiled. Sould the bin file go�into mods as well being it was also changed? Hell, I'll do it anyway... can't�hurt.. lol���Bill��Telnet: tequilamockingbirdonline.net�IRC: irc.tequilamockingbirdonline.net Ports: 6661-6670 SSL: +6697�Radio: radio.tequilamockingbirdonline.net:8010/live���... Motorcycles are everywhere... Look twice, save a life!!�--- MultiMail/Win32 v0.50� � Synchronet � TequilaMockingbird Online - TELNET: tequilamockingbirdonline.net�
Sysop: | Karloch |
---|---|
Location: | Madrid, Spain |
Users: | 58 |
Nodes: | 8 (0 / 8) |
Uptime: | 162:07:18 |
Calls: | 1,089 |
Calls today: | 4 |
Files: | 17,895 |
D/L today: |
3 files (183K bytes) |
Messages: | 65,457 |