FG

Script to create folders in multiple directories using YYYYMMDD date as the folder name

Fresh3 days ago
Mar 15, 202620259 views
Confidence Score0%
0%

Problem

At work every morning I have to create multiple file folders (using a date format as the file folder name) in different directories across our network for various departments. This is a real pain and time waster, and I would like to automate the process. So my question is: Does anyone know how I ca…

Error Output

YYYYMMDD

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Script to create folders in multiple directories using YYYYMMDD date as the folder name

Low Risk

Create a batch file that looks like this: Warning: the format of the date (yyyymmdd=%%k%%j%%i) depends on your regional settings. Because I use the French date format (dd/mm/yyyy), I have to use "%%k%%j%%i" as the format (%%i = day, %%j = month, %%j…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment