home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / wrpdis20.zip / DIS2.INI < prev    next >
INI File  |  1995-10-09  |  1KB  |  32 lines

  1. [dis2]
  2.  
  3. #######################################################################
  4. # lines upto and including first version released
  5. #
  6. # userexit_n      1 = script to call before connecting
  7. #                 2 = script to call upon connecting
  8. #                 3 = script to call just before disconnecting
  9. #                 4 = script to call just after disconnecting
  10. userexit_2 = d:\demon\start_popw.cmd
  11. userexit_3 = d:\demon\stop_popw.cmd
  12.  
  13. # logfile         file into which errors and progress messages are written
  14. logfile = d:\demon\dis2.log
  15.  
  16. # queue_name      unique queue name to use, WARPDIS is recommended
  17. queue_name = WARPDIS
  18.  
  19. # kill_delay      number of seconds to wait before killing slip
  20. kill_delay = 10
  21.  
  22. # slip_wait       number of seconds to wait for slip to start before giving up
  23. slip_wait = 300
  24.  
  25. # slip_timeout    number of seconds to wait before giving up on slip
  26. slip_timeout = 1200
  27.  
  28. # notify = 0      do nothing to indicate connection
  29. #          1      beep upon connection
  30. #
  31. notify = 1
  32.