Category : Communication (modem) tools and utilities
Archive   : TLX322-1.ZIP
Filename : TBBS.SLT

 
Output of file : TBBS.SLT contained in archive : TLX322-1.ZIP
////////////////////////////// TBBS.SLT ////////////////////////////////////

// This is a sample script for logging on to a TBBS based system.

str user_name[] = "John;Smith";

// Put your name in the above line. The script will get the proper password
// from the dialing directory (Telix puts that password in the script system
// variable called _entry_pass).

// Before using this script for the first time, or when you make a change,
// type 'cs tbbs' at the DOS prompt to compile the script for use by Telix.

//////////////////////////////////////////////////////////////////////////////

main()

{
alarm (1);

if (not _entry_pass) // no pass, so didn't recog. board
{
prints ("Sorry, I don't know the password for this BBS!");
return;
}

if (not waitfor ("First Name?", 180)) // if no prompt for name
{
prints ("Log-on failed!");
return; // ...abort
}

cputs ( user_name ); // send name
cputs ("^M");

if (not waitfor ("Is this correct?", 20)) // if no prompt for correct
{
prints ("Log-on failed!");
return; // ...abort
}

cputs ("Y");
cputs (_entry_pass); // send password
cputs("^M");

}


  3 Responses to “Category : Communication (modem) tools and utilities
Archive   : TLX322-1.ZIP
Filename : TBBS.SLT

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/