home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 4 / CD_1.iso / games / cubic / install2.bat < prev    next >
DOS Batch File  |  1992-02-25  |  214b  |  9 lines

  1. @ECHO OFF
  2. if %1.==. goto syntax
  3. echo Copying %1 file...
  4. if not exist %drive%:\%direct%\%1 copy .\%1 %drive%:\%direct%\%1 > nul
  5. goto end
  6. :syntax
  7. echo Please type INSTALL to install files to hard disk.
  8. :end
  9.