Hacker News new | ask | show | jobs
by nray 3596 days ago
Powershell's "native executable" story (running things which aren't cmdlets) has never been simple or graceful [1], which means that posh scripters might call exes like curl more explicitly and avoid the alias altogether.

After months of varaible-expansion-frustration I have alnded on the form "& foo.exe par1 par2", spelling out the .exe and avoiding the alias.

[1](https://web.archive.org/web/20110726162028/http://huddledmas...)