Moving files inside a folder
Posted: 30 Dec 2008 18:15
I'm making a program called HyperFolder, and I want to be able to move files inside a folder. So here's what I'm doing .
However it just keeps the file on the desktop
Code: Select all
move /-Y %homedrive%\%homepath%\Desktop\File,... Folder
However it just keeps the file on the desktop