home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UTILITY / RELOAD.ZIP / RELOAD.BAT < prev   
DOS Batch File  |  1996-06-15  |  424b  |  20 lines

  1. Dawg #1 @3487
  2. Thu Jun 13 13:25:39 1996
  3. RE: 9Re2: 1Memory Problem0
  4.  
  5. 1>0but hope someone can help soon.  Reloading the board every hour or so gets to
  6. 1>0be a pain.
  7.  
  8. Yeah tell me about it.  I finally got tired of it, and just have the board
  9. reload after each caller.  Something like this:
  10.  
  11. :top
  12. set WWIV_INSTANCE=4
  13. BBS /I4 /O
  14. set WWIV_INSTANCE=
  15. if errorlevel 2 goto exit
  16. goto top
  17. :exit
  18.  
  19. 9D1awg0
  20.