Hello,
I have a .txt file with this content (it's a date with a "space" character at the end of the string):
20/02/2020
I need to bring the characters for have a YYYYMMDD format, like this (without the slash):
20200220
How can I do it?
Thank you
Search found 2 matches
- 20 Feb 2020 07:16
- Forum: DOS Batch Forum
- Topic: Bring some characrets from a .txt and "tidy" them
- Replies: 1
- Views: 5380
- 19 Feb 2020 05:01
- Forum: DOS Batch Forum
- Topic: Clear content of a dir based on the creation date of files
- Replies: 1
- Views: 10292
Clear content of a dir based on the creation date of files
Hello! I have a server where I put backups, that consist in a huge amount of heavy files...the backup are scheduled weekly (but sometimes the backup can have problems and not be executed) and the free disk space is always getting smaller...I have done a batch for copy the files on a QNAP (for securi...