copy_to_luadata.bat 191 B

1234567
  1. @echo off
  2. set SourcePath=..\..\GameEditors\UIEdit\res\ui_edit\lua\Data\
  3. rd /q /s %SourcePath%
  4. xcopy /S /E /Y ..\lua %SourcePath%
  5. echo "Explorer to lua path"
  6. pause
  7. explorer %SourcePath%