codecombat/scripts/windows/coco-dev-setup/last_step_succesfull/get_config.bat

3 lines
85 B
Batchfile
Raw Normal View History

powershell .\get_var.ps1 config.coco %1 > var.tmp
set /p %1= < var.tmp
del /q var.tmp