Basically, what I want to do is...
Have a listbox with a list of directories and the executable name in, e.g.
"C:\Directory1\file.exe"
"C:\Directory2\file.exe"
"C:\Directory3\file.exe"
And then using
My.Computer.FileSystem.CopyFile(Application.ExecutablePath, [Each List Item Here], True)
To copy itself to the directories I want to :)
How can this be done?
Thanks