Hello, I'm having som problems with for loops when scripting. The following: test.cmd @echo off for /D %i in ("c:\Documents and Settings\*") do dir "%i\Application Data\Microsoft\Internet Explorer\Quick Launch" Returns: Unexpected \Documents Oh, I'm not trying just to list the files it's just a test. What I'm trying to accomplish is to copy some shortcuts to all users quick launch, so if someone knows of a better way, please tell me.