mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-29 10:35:51 -05:00
10 lines
No EOL
204 B
Batchfile
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
|
|
) |