cheers dude.
could i add another argument in there to bring in the ip address from a text box???
i was thinking something like,
with,
could i add another argument in there to bring in the ip address from a text box???
i was thinking something like,
Code:
Private Sub RUN_PROCESS(ByVal fileName As String, ByVal arguments As String, ByVal arguments2 As String)
with,
Code:
Me.RUN_PROCESS("cmd", "/c net use \\", TextBoxcleanIP.Text + " /user:mine spottydog")