When you open a music file in iTunes, it adds that file to your music library. With a file list in visual basic, is there a way to add multiple selected files to iTunes with the click of a button?

Something like: shell "C:\Program Files\itunes\itunes.exe " & file1.path & "\" & file1.filename ? but for more than one file