I usually dump all files inside one folder then go through it and move to the approprate folder manually.
I am looking for a way to move the file(s) manually selected in the explorer to a sepcified folder.
This batch file code
Code: Select all
move c:\Sourcefoldernam\*.* e:\destinationFolder
I will then use Touch Portal to run the bat file(s) that will be set up with the folders I will move to. Every example in this regards is to find files by extention or file name etc, this won't work for me. I have searched for a way for the batch file to recognise the selected files but to no avail.