Hi, im trying to write a simple script to have a user enter an I.P. address and return the host name in a message box. im getting "unbalanced paranthesis expression" at this location of the script below. $HostName = (@ComSpec & " /c " & "nbtstat -a " & $IP,< please help. #Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_icon=..\Untitled-4.ico #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** #include <GUIConstantsEx.au3&g