.
This commit is contained in:
11
Powershell/Notes.md
Normal file
11
Powershell/Notes.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Notes related to Powershell
|
||||
|
||||
|
||||
|
||||
## Create multiple folders
|
||||
|
||||
### Create 25 folders named Season 1 through Season 25 ###
|
||||
|
||||
```
|
||||
1..25|%{md('C:\qBittorrent\Finished\TV Series\Futurama\Season {0:d2}'-f$_)}
|
||||
```
|
||||
Reference in New Issue
Block a user