All gists matching topic ETS2

zeeky / Get ETS2 DLC flags

0 喜歡
0 分支
1 檔案
最後活躍 2 days ago
Convert ETS2 DLC names into their respective command line flags.
1 Get-ChildItem -Name dlc_* | ForEach-Object {
2 $_.Replace("dlc_", "eut2_").Replace(".scs", "")
3 }
上一頁 下一頁