So I was thinking "How about I write a script and use in XY that would create those new folders for me each time press a shortcut key or icon or menu choice." Anyone have any direction they could point me in. I looked in the help but couldn't find anything. Or maybe someone could be kind enough to give me just the beginning lines that I might need to accomplish this task?
BTW here is the batch file I am using.
Code: Select all
@echo off
md .\Albums
md .\Compilations
md .\EP
md .\Live
md .\Other
md .\Remix
md .\Single
md .\Soundtrack
XYplorer Beta Club