Home > Mobile >  Time and Date in batch script
Time and Date in batch script

Time:06-21

I have this script lying around which creates Foo_Tue0621_185650

echo on
for /f "tokens=1,2,3 delims=/- " %%x in ("           
  • Related