home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 8 / 08.iso / d / d062 / 13.img / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-03-08  |  123 b   |  10 lines

  1. echo off
  2. cls
  3. cfinst
  4. if "%1"=="" goto nodir
  5. copy *.ime %1\system
  6. goto end
  7. :nodir
  8. copy *.ime c:\windows\system
  9. :end
  10.