codecombat/scripts/windows/coco-dev-setup/batch/scripts/get_path_safe.bat
2014-04-04 12:52:22 -04:00

10 lines
No EOL
204 B
Batchfile

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
)