home *** CD-ROM | disk | FTP | other *** search
/ Unprotect 6 / Unprotect-6.0.iso / update / rorcd102 / readme.bat next >
Encoding:
DOS Batch File  |  1994-10-20  |  91 b   |  7 lines

  1. @echo off
  2. cls
  3. if exist %TEMP% goto skipit
  4. set TEMP=C:\
  5. :skipit
  6. type readme.txt |more
  7.