所有匹配主题的 Gist 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 }
上一页 下一页