With this small program, you are able to save your current IP-data and configuration on just clicki
With this small program, you are able to save your current IP-data and configuration on just clicking one button and giving a path-name in a
API Declarations
Public inpb As String
Public waarde, waarde2 As String
Public intt As Integer
Rate With this small program, you are able to save your current IP-data and configuration on just clicki
(2(2 Vote))
inpb = InputBox("IP QUICK saves your IP-data in a textdocument." & Chr(13) & "In order to do this, give the pathname where to be saved:", "IP QUICK")
If Right(inpb, 1) = "\" Then
waarde = "ipconfig/all >" & inpb & "IP_QUICK.txt"
Else
waarde = "ipconfig/all >" & inpb & "\IP_QUICK.txt"
End If
Timer1.Enabled = True
End Sub
Private Sub Timer1_Timer()
If intt = 0 Then
style = Shell("cmd.exe", vbMinimizedFocus)
ElseIf intt = 1 Then
SendKeys (waarde & "{enter}")
ElseIf intt = 2 Then
Timer1.Enabled = False
Unload Form1
End If
intt = intt + 1
End Sub
With this small program, you are able to save your current IP-data and configuration on just clicki Comments
No comments yet — be the first to post one!
Post a Comment