b_all.bat 317 B

12345678910111213
  1. @echo off
  2. ::start /wait /D ..\game\2048\main call ~getLibs.bat
  3. ::start /wait /D ..\game\2048\main call ~TTtsc.bat
  4. ::start /wait call b_copy_tsc_publish_compress_one.bat 2048
  5. start /wait call b_copy_all.bat
  6. start /wait call b_tsc_all.bat
  7. start /wait call b_publish_all.bat
  8. start /wait call b_Compress_All.bat
  9. pause