I'm trying to create a shell command (through regedit) that when the user selects multiple files in exploreer, right-clicks and selects the command this list of files is sent to my program. For single files you'd use a command like "MyProg.exe %1" but how do you do it with multiple files?