6 lines
115 B
PowerShell
6 lines
115 B
PowerShell
Set-Location C:\
|
|
mkdir Public
|
|
Set-Location Public
|
|
mkdir P_SYS-187
|
|
Set-Location P_SYS-187
|
|
Write-Output "" > test.txt |