strMessage = InputBox("Type the message to be sent to network computer(s)","Messenger Service",strMessage) <-- แทรก message ลงไปครับ อยากทราบว่าจะใส่ตัวแปร php ลงไปยังไงครับ
If strMessage = "" Then
Wscript.Echo "Operation canceled by the user"
Wscript.Quit
End If
'Determines the scope of the message being sent
strComputer = InputBox("--> Type ip ","Choose the right scope", strComputer) <---- บรรทัดนี้อยากแทรก ip ลงไปจะใส่ตัวแปร แบบไหนเหรอครับ
If strComputer = "" Then
Wscript.Echo "Operation canceled by the user"
Wscript.Quit
End If