home *** CD-ROM | disk | FTP | other *** search
/ Inside Multimedia 1996 November / IMM1196.BIN / spdemo / install / dos / copyfile.bat next >
DOS Batch File  |  1996-08-13  |  494b  |  20 lines

  1. @rem Setting up localisation information
  2. @cd ..
  3. @xcopy /y splanet.ini %1
  4. @cd ..\..\SPLANET\VIDEO
  5. @cd>>%1\splanet.ini
  6. @echo language=%2>>%1\splanet.ini
  7. @rem Copying Scorched Planet program files
  8. @cd ..
  9. @xcopy /y dos4gw.exe %1
  10. @xcopy /y setsound.exe %1
  11. @xcopy /y splanet.exe %1
  12. @xcopy /y *.dig %1
  13. @xcopy /y *.lst %1
  14. @rem Copying Scorched Planet data files
  15. @xcopy /y *.rwb %1
  16. @xcopy /y *.rez %1
  17. @xcopy /y french\*.* %1\french\
  18. @xcopy /y german\*.* %1\german\
  19. @xcopy /y *.doc %1
  20.