I have written a batch script and i made a time-stamp variable for the folder's name. Everything was ok until yesterday, cause someone told me that the script is not working. I found that the error is on folder's name.
I use this command:
@set datetimef=%date:~0,2%_%date:~4,2%
and the results are the following:
My Computer: 26_10
.
in not working Computer: MON_ 1
.
Could someone explain me where is my error ?