home *** CD-ROM | disk | FTP | other *** search
- echo off
- :FRESPACE is a "free disk space checking" utility.
- :The first parameter is the size of the free space (in mega byte) you need.
- :The second parameter is the drive name you want to check.
- a:frespace 4.2 %1
- if ERRORLEVEL 1 goto END
- copy a:install2.bat > nul
- copy a:yesno.exe > nul
- install2 %1
- :END
-