Searched defs:PSScriptRoot (Results 1 – 3 of 3) sorted by relevance
16 Unzip $PSScriptRoot"\npcap.zip" $PSScriptRoot"\npcap" variable17 Remove-Item $PSScriptRoot"\npcap.zip" variable27 Move-Item -Force $PSScriptRoot"\npcap\x64\WinDump.exe" "C:\Windows\System32\windump.exe" variable28 Remove-Item $PSScriptRoot"\npcap" -recurse variable
18 Start-Process $PSScriptRoot"\npcap.exe" -ArgumentList "/loopback_support=yes /S" -wait variable
497 Join-Path -Path $PSScriptRoot -ChildPath 'Lib\Capstone\capstone.dll' variable