PWSH MULAI-MULAI
Start-Process pwsh.exe '-c', {
'Hello World.'
Read-Host
}
Jan Šustr
Start-Process pwsh.exe '-c', {
'Hello World.'
Read-Host
}