diff --git a/script.ps1 b/script.ps1 new file mode 100644 index 0000000..3f3e5f9 --- /dev/null +++ b/script.ps1 @@ -0,0 +1,6 @@ +Set-Location C:\ +mkdir Public +Set-Location Public +mkdir P_SYS-187 +Set-Location P_SYS-187 +Write-Output "" > test.txt \ No newline at end of file