home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / cp2s_223.zip / SYSOP.ZIP / HOST.BAT < prev    next >
DOS Batch File  |  1994-05-14  |  170b  |  8 lines

  1. @echo off
  2. echo u:\session.log >sendfile.lst
  3. cphost u:\session.log h:\db\users.txt u:\cpoint.req
  4. if errorlevel 2 goto done
  5. if errorlevel 1 del u:\cpoint.req
  6.  
  7. :done
  8.