get-dlcflags.ps1
· 97 B · PowerShell
原始文件
Get-ChildItem -Name dlc_* | ForEach-Object {
$_.Replace("dlc_", "eut2_").Replace(".scs", "")
}
| 1 | Get-ChildItem -Name dlc_* | ForEach-Object { |
| 2 | $_.Replace("dlc_", "eut2_").Replace(".scs", "") |
| 3 | } |