Subj : give callers a choice at
To   : Lance Vance
From : Beta
Date : Sat Jun 08 2002 11:08 pm

 Re: give callers a choice at
 By: Lance Vance to All on Sat Jun 08 2002 10:07 am

> With Baja Programing is there a  way to give  users a choice at logon?
> Say : 1-to continue to logon to the bbs or 2_load alternet bbs sowtware.
>                         THanks
>                             -=Lance

This was just a quick thing, I never actualy tested it.

#Sample login.src

!include sbbsdefs.inc

# Get key (with / extended commands allowed)
compare_user_misc UM_COLDKEYS
if_false
   getkeye
else
   getstrupr 60
   endif

print "Choose your BBS:"
print "(S)ynchronet BBS"
print "(T)eleguard"

cmdkey S
   exec_bin loginsb.bin
   end_cmd

cmdkey T
   exec_bin telgate roversrv.darktech.org
   end_cmd

It leaves a lot to be desired, basicly to run it you would have to compile it
and copy your existing login.bin to loginsb.bin
Beta

---
� Synchronet � Vertrauen � Home of Synchronet � telnet://vert.synchro.net