Running all shortcuts from a given folder

I am trying to make a script that would run all shortcuts which are contained in a given folder. However, I am not sure how to do it...

I have tried:

go "C:\My cuts" newtab
Select ALLFILES
@async {allfile}

But this runs only the first shortcuts, not all of them...

I got it to work by just changing the allfile to file

[quote]go "C:\My cuts" newtab
Select ALLFILES
@async {file}[/quote]

Great! It works now...