Dear Jaclaz,
Thank you again. These subjects are a little complicated for me, so sometimes I prefer to use template solutions and for such cases I ask my questions here.
this time I chanced my template as follows:
set YMD=%date:~-4%.%date:~3,2%.%date:~0,2%
SET Now=%Time: =0%
set HM=%Now:~0,2%.%now:~3,2%
SET BackUpTime=%HM%
SET file=%YMD%-[%BackUpTime%]-FLAMENT.rar
echo %file%
--> 2016.09.21-[07.53]-FLAMENT.rar
I think it is OK! but what I don't understand is why did you add followings after SET Now=%Time: =0% ?
I wonder this because I couldn't see any %Hours% or %Minutes% variables in the afterwards usage. This is why I excluded.
SET Hours=%Now:~0,2%
SET Minutes=%Now:~3,2%
Best Regards