knowmeifyou
Active member
- Joined
- Jun 16, 2013
- Messages
- 26
- Programming Experience
- Beginner
i want to re write the vbscript to vb.net codes
so far this is my codes

and this is the error

and this is the some of the script i want to rewrite
so far this is my codes

and this is the error

and this is the some of the script i want to rewrite
Set cloner = CreateObject("WScript.Shell")cloner.run"cmd"
WScript.Sleep 500
cloner.SendKeys"telnet 192.168.1.1"
cloner.SendKeys("{Enter}")
WScript.Sleep 500