Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27554

VS 2010 Running Attached program in an EXE

$
0
0
Dim Zed As Const = "Split"

Copies the file in the path.
IO.File.Copy(filePathBox.Text, SFD.FileName)

Places the files into the copied program.
IO.File.AppendAllText(SFD.FileName, Zed & File & Zed & Settings)

This is in the copied program, it splits it from the Const.
Dim DeadZed() As String = Split(IO.File.ReadAllText(Application.ExecutablePath), Zed)

After it splits the files, how can I run the file in the copied program?

Viewing all articles
Browse latest Browse all 27554

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>