This commit is contained in:
2026-04-28 21:55:03 +02:00
parent 32b5a81da6
commit b2b4353876
8 changed files with 63 additions and 2 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
## Create multiple folders
### Create 25 folders named Season 1 through Season 25 ###
### Create multiple folders named Season 01 through Season 25 ###
```
1..25|%{md('C:\qBittorrent\Finished\TV Series\Futurama\Season {0:d2}'-f$_)}
1..25|%{md('M:\TV Series\!New\One Piece (1999)\Season {00:d2}'-f$_)}
```