Comment Bad training (Score 1) 151
When you move a file to a non-existent directory in Windows, it renames the file to the destination name instead of moving it.
This is true when the parameters are ambiguous. Assuming the command issued was something along the lines of "move foo bar", an incredibly simple trick is to append a backslash change it to "move foo bar\". The command would return an error about not finding the specified path.
Also, don't force overwrites with "/y" when you aren't planning to overwrite data. Of course, the "AI" could just as easily have been running it interactively and just bulled its way through the unexpected results.