Posted by: Jan
« on: December 06, 2021, 10:44:04 am »Use this line:
No need to check if the directory exists, that does the md command itself.
Code: [Select]
execute(cmd,/c md D:\%date)
No need to check if the directory exists, that does the md command itself.