home *** CD-ROM | disk | FTP | other *** search
/ CD/PC Actual 4 / CD_ACTUAL_4.iso / share / dos / juegos / monkey / install.bat < prev    next >
Encoding:
DOS Batch File  |  1995-10-17  |  240 b   |  12 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo The files are going to be copied to a directory on hard disc C: 
  5. echo in a directory called C:\monkey
  6. pause
  7. md c:\monkey
  8. copy *.* c:\monkey
  9. c:
  10. cd\monkey
  11. echo To run the program type MONKEY
  12. del install.bat