ja hallo ich wollte mal fragen wie man ein script öffnet also ich bin so weit das
ich putty öffne und ich eingeloggt bin jetzt will ich aber auch noch das ein script geöffnet wird also z.b (lol.pl [optionen]) naja hier mal der code ich hoffe einer kann helfen
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim TaskID As Long
TaskID = Shell("C:\Users\root\Downloads\putty.exe 127.0.0.1 -l ---- -pw ----", vbNormalFocus)
End Sub
end class






. Ich hätte sonst auch keine Idee (wenn es mit Putty sein muss).
