codecombat/scripts/windows/coco-dev-setup/batch/scripts/get_path_safe.bat
2014-03-26 04:19:01 +01:00

10 lines
No EOL
213 B
Batchfile
Executable file

goto:get_safe_path
:get_safe_path
set /p "tmp_safe_path=%1"
if not exist "%tmp_safe_path%" (
call get_local_text error-exist
echo !error_exist!
call print_dashed_seperator
goto:get_safe_path
)