This is what i put i had too change the Drive Letters but Its not Saving anything in the myfile.txt for C: I open it and its Blank...


VB Code:
  1. Private Sub Form_Load()
  2.   Shell ("E:\Windows\System32\cmd.exe /e  E:\Windows\System32\netstat -n >> C:\myfile.txt"), vbNormalFocus
  3. End Sub

I went threw all the NetStat and NbtStat Commands and nothing was saved into that Text File...