home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / ASNPC110.ZIP / UPDATE.BAT < prev    next >
DOS Batch File  |  1995-01-12  |  84b  |  6 lines

  1. @echo off
  2. attrib -R asn*.exe
  3. if exist %1 pkunzip %1
  4. attrib +r asn*.exe
  5. echo on
  6.