...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
If bStatus Then bStatus = PS_ExecuteCommand("Stop-process -processname notepad") If bStatus Then bStatus = PS_ExecuteCommand("& {Stop-process -processname notepad}") |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
If bStatus Then bStatus = PS_ExecuteCommand("Stop-process -processname notepad") If bStatus Then bStatus = PS_ExecuteCommand("& {Stop-process -processname notepad}") |