home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / MAXINE1.LZH / MAXINE.CFG < prev    next >
Text File  |  1991-02-17  |  2KB  |  40 lines

  1. ;
  2. ; Maxine v1.00 control file
  3. ;
  4. ; Sample config is for a Hayes 2400 modem.
  5. ;
  6.  
  7. Device   Com2           // Comm device name.  May be a UNC name.
  8. Baud     2400           // Your modems highest bps rate.
  9. LockBaud FALSE          // TRUE if your modem supports a fixed DCE rate.
  10.  
  11.  
  12.                         // Make sure your init string forces your
  13.                         // modem NOT to auto-answer!
  14. Init ATZ|~ATX4 V1 &C1 &D2 S0=0 L0 S7=10
  15.  
  16. Answer  `ATA            // Go into answer mode; attempt to go to
  17.                         // on-line state.
  18. LogFile Maxine.Log      // Log interesting things to this file.
  19. Log     !:#             // Only write lines starting with these
  20.                         // characters to the LogFile.
  21.  
  22. Slogan  Welcome to Joe's BBS.  Now loading bbs...
  23.  
  24.  
  25. Spawn   SpawnMax.Cmd    // program (batch file) to run after we've
  26.                         // got a carrier.
  27.  
  28. Priority  Normal        // May be Low, Normal or High.  The bbs will
  29.                         // inherit this priority.  Leave this set at
  30.                         // NORMAL under normal circumstances!!
  31.  
  32. SlowModem FALSE         // set to TRUE if your modem can't take "AT" strings
  33.                         // very fast.
  34.  
  35. CallTwice FALSE         // If TRUE,  don't answer on first call.  If a second
  36.                         // call arrives within 45 seconds,  answer it.
  37.                         // 'CallTwice TRUE' is intended for phone lines
  38.                         // that are being used as a voice line as well
  39.                         // as a bbs line.
  40.