ok... here you go. make the changes in Bold

$_=SetConsole('Hide')

$target = iif($target > ' ', $target, '127.0.0.1')

;************* Set default Values if not exist in reg ************

and



;************* TargetNameBox ***********
$TargetNameBox = $TargetGroupBox.Controls.TextBox($target, 10, 20, 105, 20)
$TargetNameBox.OnLostFocus = "Connect(Trim(Join(Split($targetNameBox.Text,'\'))))"
$TargetNameBox.OnKeyDown = "ComputerOnKey()"
;*************************************


and then call it like this:
C:\>kix32 "C:\sim-1.31-radimus.kix" $target="remotepcnameORip"


Edited by Radimus (2006-02-21 04:52 PM)
_________________________
How to ask questions the smart way <-----------> Before you ask