Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagevb
themeEclipse
titleVBScript
If bStatus Then bStatus = PS_ExecuteCommand("Stop-process -processname notepad")

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

Scripting Guidelines


Related functions