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.