Quote:
Originally Posted by steven522
Hold down shift and right click on any empty area in that folder list to get a command prompt.
At the K:\Chemistry> prompt that you get, type in the following:
FOR /d %a in (*) do @move "%a\*.*" ".\"
That will move all files back to the K:\Chemistry folder.
|
Nahhhh. Just ls -r * and you've found where he put your files.
Then you can use the GUI to move it and delete the rest.