Thursday, October 7, 2010

Space in the file path - Powershell script file

If there is space in the file path then following technique can be used to execute that script file.

Powershell.exe -noexit "&'c:\program files\check_memory.ps1'"

No comments:

Post a Comment