This commit is contained in:
XXXXRT666 2025-05-14 02:51:14 +01:00
parent 3549d357c1
commit aa665c40f9

View File

@ -1,9 +1,9 @@
$ErrorActionPreference = "Stop"
param ( param (
[string]$workDir [string]$workDir
) )
$ErrorActionPreference = "Stop"
Set-Location -Path $workDir Set-Location -Path $workDir
Write-Host "Current location: $(Get-Location)" Write-Host "Current location: $(Get-Location)"
Get-ChildItem . Get-ChildItem .