Advertisement
john_oneill

Open Text File

Sep 12th, 2011
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.16 KB | None | 0 0
  1. Dim myprocess As System.Diagnostics.Process = New System.Diagnostics.Process()
  2.         myprocess.StartInfo.FileName = "TextFile1.txt"
  3.         myprocess.Start()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement