home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / win / games / wchess25 / setup.bat < prev    next >
DOS Batch File  |  1995-06-30  |  596b  |  30 lines

  1. @echo off
  2. if '%1'=='' goto param
  3. if '%2'=='' goto param
  4. if not exist %1 md %1
  5.  
  6. copy bwcc.dll %1
  7. copy ctl3dv2.dll %2\SYSTEM
  8. copy winchess.dat %1
  9. copy winchess.exe %1
  10. copy winchess.hlp %1
  11. copy readme.1st %1
  12. copy orderfrm.txt %1
  13. copy register.txt %1
  14. copy vendor.txt %1
  15. copy winchess.his %1
  16. goto end
  17.  
  18. :param
  19. cls
  20. echo SETUP [drive:][path] [drive:][path]
  21. echo. 
  22. echo    Setup requires the drive and path of where WinChess will be
  23. echo    installed and the drive and path where Windows is located.
  24. echo. 
  25. echo EXAMPLE:
  26. echo. 
  27. echo         SETUP C:\WINCHESS C:\WINDOWS
  28.  
  29. :end
  30.