"move" is a shell built-in, "mv" is an add-on command, probably from a *nix shell suite.

To get the built-in to work you have to spawn it under DOS interpreter control:
quote:
shell "%COMSPEC% /C move "+ $filename + " done\" + $username + ".ini"