Search found 1 match
- 17 Apr 2023 10:35
- Forum: DOS Batch Forum
- Topic: unzip a file in a directory named as file+date+time
- Replies: 0
- Views: 32360
unzip a file in a directory named as file+date+time
I use this little script to unzip files in a directory named as file + date and time of zip file. I can use only in windows server 2019 changing the date format in 01.01.23. But i got an error under win10 home. FOR /D /r %%F in (".") DO ( pushd %CD% cd %%F FOR %%X in (*.rar *.zip) DO ( "C:\Program F...