3
這裏用戶輸入的代碼給我找麻煩的部分:問題,在我的批處理文件
IF EXIST TH_BUILD_* (
ECHO A current build of Test Harness exists.
set /p delBuild=Delete preexisting build [y/n]?:
if "%delBuild%"=="y" (GOTO deleteandcontinue) else (EXIT)
)
出於某種原因,無論輸入,該批處理文件退出。爲什麼會發生這種情況(deleteandcontinue從未達到)?
謝謝!
太棒了,謝謝! – Monster 2009-05-27 16:59:11