Searched refs:PSScriptRoot (Results 1 – 3 of 3) 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
138 if(!$PSScriptRoot) { in Get-CapstoneDisassembly() variable139 $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent in Get-CapstoneDisassembly() variable143 $DllPath = $($PSScriptRoot + '\Lib\Capstone\capstone.dll').Replace('\','\\') in Get-CapstoneDisassembly()