1
我試圖讓這個工作,但顯然Windows不喜歡它。一旦它碰到我的批處理文件的這個段,關閉.bat。批處理文件問題 - 嵌套/分支'IF'語句
if %UserName% = Semedar (
if %UserName% 1394677 (
set administrator=true
)
)
if %administrator% == "true" (
echo This shows up for the admin
) Else (
echo otherwise if %UserName% doesn't equal "Semedar" or "1394677" this shows up.
)
謝謝!這工作。 :) – Semedar