.
This commit is contained in:
@@ -8,3 +8,10 @@ https://www.amazon.com/dp/B0CPKQ73LG
|
||||
|
||||
|
||||
|
||||
## Mini-PCs
|
||||
|
||||
- HP ProDesk 600 G3 DM - Win10 Pro - 8GB
|
||||
- HP EliteDesk 800 G3 DM 65W - Win10 Pro - 16GB
|
||||
- HP ProDesk 400 G3 DM - Win10 Pro - 8GB
|
||||
- HP EliteDesk 800 G1 DM - 16GB
|
||||
|
||||
|
||||
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