home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / BATUTL / BAT204C.ZIP / LOGONBBS.BAT < prev    next >
Encoding:
DOS Batch File  |  1986-02-07  |  844 b   |  28 lines

  1. BAT * SAMPLE FILE SHOWING AN AUTO-LOGON TECHNIQUE USING QMODEM v1.13
  2.  
  3. BAT * Note that this is NOT GENERAL PURPOSE..it must be tailored to the
  4. BAT *  specific BBS that you use it with and your name.
  5.  
  6. BAT * LINES STACKED DO THE FOLLOWING:
  7. bat * 1. CR only... skips logo screen of QMODEM
  8. bat * 2. Alt-h - resets my modem conflicting setups.
  9. bat * 3. Wait  1 second  and Alt-d [dialer] entry no. 2 [9,661-0726]
  10. bat * 4. Wait 13 seconds for board to answer and connect
  11. bat * 5. Wait 10 seconds and enter n;q [Color Graphics / skip init msg]
  12. bat * 6. Wait  2 seconds and enter my name;<and> password [sample]
  13.  
  14. bat begstack
  15.  
  16. \00\23
  17. \FF\10\00\20@2
  18. \FF\D0;
  19. \FF\A0N;Q
  20. \FF\20Dave;Baseman;PSWD
  21. end
  22.  
  23. bat * Actual DOS steps executed PRIOR to above
  24. CD \QMODEM
  25. QMODEM
  26. bat * Actual DOS step  executed AFTER above statement
  27. PCUTIL DI
  28.