有人可以幫助我嗎?這個VBS腳本創建一個run.bat,但我需要在run.bat第二行從InputBox開始的VBS腳本的答案。有可能的? Answer = LCase(InputBox("Your Answer:", ""))
If Len(Answer) Then
Dim objFSO, outFile
Set objFSO = CreateObject("S
我想強制我的用戶輸入一個值或按取消。 這裏是我目前的代碼,但我無法找到如何在沒有輸入任何內容的情況下使用按下的OK按鈕。 感謝 InputBox:
On Error GoTo Cancel
var_TauxUS = InputBox("Veuillez aller sur www.xe.com et entrer le taux d'echange US/CAN:" & vbCrLf & vb
string input = Microsoft.VisualBasic.Interaction.InputBox("To change your email, enter it below. The current email on file is " + ParseUser.CurrentUser.Email, "Change Email", "New Email", -1, -1);
鑑