Using sw As New StreamWriter(your filepath)
sw.WriteLine(your FileName)
sw.WriteLine("Exe=" & your exeName)
sw.WriteLine("Saveas=" & your savefilename)
sw.WriteLine("Log=" & 'etc)
sw.Close()
End Using
sw.WriteLine(your FileName)
sw.WriteLine("Exe=" & your exeName)
sw.WriteLine("Saveas=" & your savefilename)
sw.WriteLine("Log=" & 'etc)
sw.WriteLine("[Commands]") <-- do this to put in "[commands]" here? John
sw.Close()
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.