I know that my english can be better. Please rate my work and not my lack in linguistic skills!
If you find any kind of ownership issue, or you think some content is your property. Please be so kind and contact me, i will remove or solve it ASAP.
You like my free Uploads and want to support me, than please donate here:
Dim ORIpathCFG As String
Dim TGTpathCFG As String
Dim filenmCFG As String
Dim str() As String = IO.File.ReadAllLines(System.Windows.Forms.Application.StartupPath & "Config.txt")
filenmCFG = str(1)
ORIpathCFG = str(4)
TGTpathCFG = str(7)