| Sysop: | Amessyroom |
|---|---|
| Location: | Fayetteville, NC |
| Users: | 46 |
| Nodes: | 6 (1 / 5) |
| Uptime: | 64:35:42 |
| Calls: | 663 |
| Files: | 1,191 |
| D/L today: |
28 files (20,151K bytes) |
| Messages: | 175,339 |
Can syncterm be used as a native program to login to
a configured BBS in the dialing directory?
I use telegate to login to a few bbs but would like to
be able to get the full ANSI experience, when logging
in.
I have determined a command line that works as I want, but
have not been able to determine the correct settings to
have it run. No error just hangs when I try to access it
through external door menu.
Is there a specific screen mode I should use to allow it
to be called from the BBS?
Re: can syncterm be called from synchronet
By: Digital Man to Amessyroom on Sat Oct 18 2025 01:18 pm
Thanks DM.
I got it working through a javascript calling bbs.exec but should it be able to be called as a native executable ?
load('sbbsdefs.js'); bbs.exec('/sbbs/repo/src/syncterm/gcc.linux.x64.exe.release/syncterm -IA -S -Q landofthelost.ca',EX_STDIO|EX_NATIVE|EX_NOLOG);
This above js is working; but I could not figure out how to do it
as a native linux program/executble.