Home
last modified time | relevance | path

Searched defs:PSScriptRoot (Results 1 – 3 of 3) sorted by relevance

/external/scapy/.appveyor/
DInstallWindump.ps116 Unzip $PSScriptRoot"\npcap.zip" $PSScriptRoot"\npcap" variable
17 Remove-Item $PSScriptRoot"\npcap.zip" variable
27 Move-Item -Force $PSScriptRoot"\npcap\x64\WinDump.exe" "C:\Windows\System32\windump.exe" variable
28 Remove-Item $PSScriptRoot"\npcap" -recurse variable
DInstallNpcap.ps118 Start-Process $PSScriptRoot"\npcap.exe" -ArgumentList "/loopback_support=yes /S" -wait variable
/external/capstone/bindings/powershell/Capstone/
DCapstone.psm1138 if(!$PSScriptRoot) { in Get-CapstoneDisassembly() variable
139 $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent in Get-CapstoneDisassembly() variable