Move Batch with file extension included in folder name
Hello,
I have found couple of old posts and unfortunately with no solution. And I can't reply to those posts.
I have files with different file name lengths and extensions. I want to move those files by creating folders for each file with file name and extension.
Example:
File-1.jpg moved to folder File-1.jpg\File-1.jpg
File-2.pdf moved to folder File-2.pdf\File-2.pdf
I have tried <Substr:1:300> command but it creates a folder with a file name without the extension. Is there a way to include extension in the folder name?
I have found couple of old posts and unfortunately with no solution. And I can't reply to those posts.
I have files with different file name lengths and extensions. I want to move those files by creating folders for each file with file name and extension.
Example:
File-1.jpg moved to folder File-1.jpg\File-1.jpg
File-2.pdf moved to folder File-2.pdf\File-2.pdf
I have tried <Substr:1:300> command but it creates a folder with a file name without the extension. Is there a way to include extension in the folder name?
Reply to #1:
<Substr:1:300:>.<Ext> did the the trick.
Thank you for developing a helpful software
<Substr:1:300:>.<Ext> did the the trick.
Thank you for developing a helpful software
Reply to #2:
You could just use <Name>.<Ext>
You could just use <Name>.<Ext>