Hi!
Is it possibel to send the Variable from the InputBox to the "ShelExecute" ?
Local $Arg1 = InputBox("TAG", "Room-Number", "Example: B102")
if @Error=1 Then
Exit
EndIf
ShellExecute("OCS-NG-Windows-Agent-Setup.exe", /tag="" & $Arg1 & "")
Thanks a lot!