I need to make a batch file that will make a folder with today\'s date in month day year format (example 080112). Then once it\'s created i need to move files from a set fol
Was having trouble with this one myself, but directions without further ado: Put your source folder here after the .bat file:
.bat
yourscript.bat c:\users\myname\Desktop\sourcefolder
Hope that helps someone else, took me a few seconds :D