home *** CD-ROM | disk | FTP | other *** search
/ Generation PC 15 / Floppy-GenerationPC15-1994.IMG / INSTALLD.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-06-10  |  387 b   |  22 lines

  1. @Echo off
  2. md d:\genpc
  3. md d:\genpc\dames
  4. md d:\genpc\majong
  5. md d:\genpc\echecs
  6. md d:\genpc\motcroiz
  7. copy winmaj.exe d:\genpc\majong
  8. copy gambitcp.exe d:\genpc\echecs
  9. copy motcroiz.exe d:\genpc\motcroiz
  10. copy checkers.exe d:\genpc\dames
  11. d:
  12. cd\genpc\majong
  13. winmaj
  14. del winmaj.exe
  15. cd\genpc\motcroiz
  16. motcroiz
  17. del motcroiz.exe
  18. cd\genpc\echecs
  19. gambitcp
  20. del gambitcp.exe
  21. cd..
  22.