S
Simon Guertin
Hi, I need to create a folder with the current day's date
as the name
I don't want to type in any parameter.
the first bat file look like this:
call createDir.bat time /t
second bat file looks like this:
mkdir %1
What should I do to keep it simple?
thanks
Simon
as the name
I don't want to type in any parameter.
the first bat file look like this:
call createDir.bat time /t
second bat file looks like this:
mkdir %1
What should I do to keep it simple?
thanks
Simon