I have a line in my script that copy's some stuff to a place user picks but now i noticed it can't copy files to space separated dir's (google didn't help much)

Code:
/copy -o $scriptdir\* %destination

The output for %destination is correct C:\Program Files\ but the real copy process only reads C:\Program

Last edited by ots654685; 22/04/08 06:35 PM.