Opening several files

Hi. I used to be able to open several files by dragging—or just highlighting—them towards an icon on the Application Bar, with the following commend, e.g.:

C:\Program Files\Windows NT\Accessories\wordpad.exe "%1"

Now I can only open one file at a time. Is there some way around this?

Thanks for your attention.

Edit the function, and change it to use @async, e.g.

@async:C:\Program Files\Windows NT\Accessories\wordpad.exe "%1"

Thanks for the prompt reply. I made the change and it works perfectly now. Thanks!