home *** CD-ROM | disk | FTP | other *** search
/ Languages Around the World / LanguageWorld.iso / language / russian / cyril104 / install.bat < prev    next >
Encoding:
DOS Batch File  |  1990-02-06  |  543 b   |  18 lines

  1. ECHO OFF
  2. ECHO -----------------------------------------------
  3. ECHO About to copy all the files required for cyril.
  4. ECHO -----------------------------------------------
  5. MKDIR C:\CYRIL >NUL
  6. COPY CYRIL.* C:\CYRIL >NUL
  7. COPY RUSSIAN.TXT C:\CYRIL >NUL
  8. COPY READ.ME C:\CYRIL >NUL
  9. COPY INSTALL.BAT C:\CYRIL >NUL
  10. COPY RUN.BAT C:\CYRIL >NUL
  11. ECHO -----------------------------------------------
  12. ECHO Installation of cyril files in \cyril complete.
  13. ECHO -----------------------------------------------
  14. PAUSE
  15. C:
  16. CD C:\CYRIL
  17. CYRIL READ.ME
  18.