home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / cp_211.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.