RamblingCookieMonster / Invoke-Parallel

Speed up PowerShell with simplified multithreading
MIT License
384 stars 88 forks source link

$PWD inside the script block doesn't update after changing the current directory #72

Open sharunkumar opened 2 years ago

sharunkumar commented 2 years ago

This causes some issues when running scripts that interact with the filesystem using a relative path, e.g. downloading a file

image