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?
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?