Searched defs:ScriptDir (Results 1 – 1 of 1) sorted by relevance
18 $ScriptDir = Split-Path -Parent $MyInvocation.MyCommand.Path variable21 if (-not (Test-Path -Path "$ScriptDir\ets" -PathType Container)) { variable22 Write-Error "Error: 'ets' directory not found in $ScriptDir." variable37 Write-Host "Restoring path '$ScriptDir' back to '$OldPath' in files..." variable77 if (Test-Path -Path "$ScriptDir\..\ets2panda") { variable78 Remove-Item -Path "$ScriptDir\..\ets2panda" -Recurse -Force variable79 Write-Host "Removed '$ScriptDir\..\ets2panda' directory." variable