codecombat/scripts/windows/coco-dev-setup/batch/scripts/print_localized_file.bat
2014-04-12 20:34:06 +02:00

6 lines
No EOL
121 B
Batchfile
Executable file

set "LFTP=%1-%language_id%.coco"
if not exist "%LFTP%" (
call print_file %1.coco
) else (
call print_file %LFTP%
)