home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p066 / 1.img / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1988-03-18  |  319 b   |  12 lines

  1. echo off
  2. :FRESPACE is a "free disk space checking" utility. 
  3. :The first parameter is the size of the free space (in mega byte) you need.
  4. :The second parameter is the drive name you want to check.
  5. a:frespace 4.2 %1
  6. if ERRORLEVEL 1 goto END
  7. copy a:install2.bat > nul
  8. copy a:yesno.exe > nul
  9. install2 %1
  10. :END
  11.  
  12.