home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 6 / 06.iso / b / b313 / 5.ddi / UPDATE.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-10-07  |  203 b   |  10 lines

  1. @echo off
  2. if not exist newshop.exe goto error
  3.     del shopper.exe
  4.     ren newshop.exe shopper.exe
  5.     goto done
  6. :error
  7.     echo ERROR:  NEWSHOP.EXE missing, download again.
  8.     goto done
  9. :done
  10.