Searched refs:PSScriptRoot (Results 1 – 4 of 4) sorted by relevance
8 wget $urlPath -UseBasicParsing -OutFile $PSScriptRoot"\npcap.zip"16 Unzip $PSScriptRoot"\npcap.zip" $PSScriptRoot"\npcap" variable17 Remove-Item $PSScriptRoot"\npcap.zip" variable19 $_chksum = $(CertUtil -hashfile $PSScriptRoot"\npcap\x64\WinDump.exe" SHA256)[1] -replace " ",""27 Move-Item -Force $PSScriptRoot"\npcap\x64\WinDump.exe" "C:\Windows\System32\windump.exe" variable28 Remove-Item $PSScriptRoot"\npcap" -recurse variable
8 wget $urlPath -UseBasicParsing -OutFile $PSScriptRoot"\npcap.exe"10 $_chksum = $(CertUtil -hashfile $PSScriptRoot"\npcap.exe" SHA256)[1] -replace " ",""18 Start-Process $PSScriptRoot"\npcap.exe" -ArgumentList "/loopback_support=yes /S" -wait variable
14 …ild -m -v:m -p:PlatformToolset=$toolset,Platform=$plat,Configuration=$conf $PSScriptRoot\libusb.sln
497 Join-Path -Path $PSScriptRoot -ChildPath 'Lib\Capstone\capstone.dll' variable