make batch file that creates a folder with today’s date then moves files from a folder in to that newly created folder
It is advisable not using the dynamic variable DATE of the Windows Command Processor cmd.exe or its internal command date executed with option /T to output just the current date using one more cmd.exe started in background to get the current date in the wanted format MMddyyyy because of these solutions depend on which country/region … Read more