Hello all!

quite cryptic subject line there [Smile]

I have copied the script einhirn used in This post, and after some tweaknig and rewriting i got it to work on my Win2k3 server.
except for one little detail... [Frown]

I can't get the following line to work:
shell "mv "+ $filename+" done"

Even after that I changed it so it says "move" instead of "mv"

My line looks like this:
shell "move "+ $filename + " done\" + $username + ".ini"
and all i get is "Can't find the specified file"

Anyone got an idea?