mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-01 11:27:14 -05:00
10 lines
No EOL
213 B
Batchfile
Executable file
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
|
|
) |