Virtual Private Server (VPS) Hosting provided by Central Point Networking cpnllc.com
For some reason, the "Nodelist" and "Recent Callers" features are not working.
| Sysop: | Ray Quinn |
|---|---|
| Location: | Visalia, CA |
| Users: | 60 |
| Nodes: | 10 (0 / 10) |
| Uptime: | 77:31:18 |
| Calls: | 12 |
| Files: | 12,941 |
| Messages: | 99,337 |
Check out the US 99 menu above for links to information about US Highway 99, after which the US 99 BBS is named.
Be sure to click on the Amateur Radio menu item above for packet BBSes, packet software, packet organizations, as well as packet how-to's. Also included is links to local and some not-so-local Amateur Radio Clubs.
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?