Search the FAQ Archives

3 - A - B - C - D - E - F - G - H - I - J - K - L - M
N - O - P - Q - R - S - T - U - V - W - X - Y - Z
faqs.org - Internet FAQ Archives

Waffle Frequently Asked Questions (FAQ)
Section - waffle: Externals

( Single Page )
[ Usenet FAQs | Web FAQs | Documents | RFC Index | Cities ]


Top Document: Waffle Frequently Asked Questions (FAQ)
Previous Document: waffle: Files section
Next Document: waffle: Editors
See reader questions & answers on this topic! - Help others by sharing your knowledge

1. How do they all work ?

Simple.  There's /waffle/extern/_system for the normal
commands, and you can add any command you want with any access
you want by adding a corresponding file to the /waffle/extern
directory.  The file that you create corresponds to the name of
the new command.  Be very careful regarding security, though,
as externs can be the least secure part of Waffle.

2. I use 4DOS, yet Waffle shells out to DOS, not 4DOS...

You need to change the command interpreter in /waffle/extern/_system
to use 4DOS rather than command.com

3. If I implement Waffle as a door from another BBS, how can users exit
    from Waffle without dropping carrier?

First, disable the `exit' command in Waffle by adding the
following line to your static file.

        disable: exit

Then provide an external implementation of the exit command by
creating extern/exit with the following contents.

        /access=0 /logout=exit /log /exit=81

This causes Waffle to exit, without dropping the modem connection,
with errorlevel 81 (or whatever level you want to specify).  The
/access=0 ensures that all Waffle users can get back out once they
get in.  Then you just trap errorlevel 81 in the batch file that
started Waffle to go back to the other BBS.


User Contributions:

Comment about this article, ask questions, or add new information about this topic:




Top Document: Waffle Frequently Asked Questions (FAQ)
Previous Document: waffle: Files section
Next Document: waffle: Editors

Single Page

[ Usenet FAQs | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
cbwfaq@locutus.ofB.ORG (Comp.Bbs.Waffle FAQ)





Last Update March 27 2014 @ 02:12 PM