home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 26 / CDL26.iso / INSTAL2_.TMP < prev    next >
Text File  |  1980-03-19  |  295b  |  20 lines

  1. cls
  2. xcopy %1\TARGHAN.FR\*.*
  3. attrib -AR *.*
  4. if ERRORLEVEL 2 goto Erreur
  5. goto Fin
  6.  
  7.  
  8. :Erreur
  9. cls
  10. echo **** Procedure interrupted. Installation failed ****
  11. echo.
  12.  
  13. :Fin
  14. cls
  15. echo Installation finished. 
  16. echo To play, choose START from the TARGHAN sub-directory.
  17. echo.
  18.  
  19.  
  20.