| Sysop: | Amessyroom |
|---|---|
| Location: | Fayetteville, NC |
| Users: | 47 |
| Nodes: | 6 (1 / 5) |
| Uptime: | 12:31:33 |
| Calls: | 683 |
| Calls today: | 1 |
| Files: | 1,194 |
| D/L today: |
31 files (20,004K bytes) |
| Messages: | 198,444 |
| Posted today: | 1 |
I assume there's a way to directly run a BBS door from a
menu? (i.e. a command shell)
If so, how would I go about doing so?
Reason I want to do it: I want to run the EZ-ROM door from the Files
menu, so users call call up the EZ-ROM from that menu and not
necessarily the door/online system menu.
I assume I set up the door the normal way in SCFG, but invoke it from
a command shell.
I assume there's a way to directly run a BBS door from a menu? (i.e.bbs.exec_xtrn(xtrn_number_or_code) ;Execute external program by number
a command shell)
If so, how would I go about doing so?
Reason I want to do it: I want to run the EZ-ROM door from the Files
menu, so users call call up the EZ-ROM from that menu and not
necessarily the door/online system menu.
I assume I set up the door the normal way in SCFG, but invoke it from
a command shell.
Thanks!
*** Diamond Dave ***
---
â– Synchronet â– Diamond Mine Online BBS - bbs.dmine.net:24 - Fredericksburg, VA USA
I assume there's a way to directly run a BBS door from a menu? (i.e.
a command shell)
If so, how would I go about doing so?
bbs.exec_xtrn(xtrn_number_or_code) ;Execute external program by number
or internal code.
Re: Re: Running a BBS door directly from a menu (command shell)That's JS you put in your default.js or whatever menu file you're
By: nelgin to All on Sun Oct 19 2025 01:21 am
I assume there's a way to directly run a BBS door from a menu?
(i.e. a command shell)
If so, how would I go about doing so?
bbs.exec_xtrn(xtrn_number_or_code) ;Execute external program by
number or internal code.
That's sort of what I thought. Is that Javascript or Baja code?
*** Diamond Dave ***
---
â– Synchronet â– Diamond Mine Online BBS - bbs.dmine.net:24 - Fredericksburg, VA USA
bbs.exec_xtrn(xtrn_number_or_code) ;Execute external program by
number or internal code.
That's sort of what I thought. Is that Javascript or Baja code?