You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
if not exist %1 goto error
|
|
for /f "delims=#" %%f in (%1) do set %%f
|
|
goto end
|
|
:error
|
|
if "%2"=="nf" goto end
|
|
set error_code=0xf000153B
|
|
echo 找不到%1
|
|
pause>nul
|
|
:end |