比較因爲在太空空間的路徑我得到這個錯誤:if語句與空間的AutoHotkey
Error: The following variable name contains an illegal character C:\Users\Ko La\Desktop
我怎樣才能解決這個問題?
if (%A_ScriptDir%="C:\Users\Ko La\Desktop")
return
else{
MsgBox, 4, , Do you want to rename the files in %A_ScriptDir%? (Press YES or NO)
IfMsgBox No
return
else{
MsgBox Rename is done
return
}
}
我也得有當我使用的短名稱相同的錯誤:
if (%A_ScriptDir%="C:\Users\KOLA~1\Desktop")
哪條線被投擲錯誤的
%
? – alfreema對不起,我編輯了我的問題。 – Enora