07-29-2022, 07:31 PM
@Pete Lately, I've gotten in the habit of specifying "cmd" or "powershell" for my SHELL calls. Oddly enough, not all commands work the same in each environment. Take "curl -v" for example -- from a command prompt it'll give you version information; whereas from powershell it just gives *nothing*. (Or at least nothing useful that I remember -- it might give an error message or not implemented message or some junk about not being found on the system, but it's nothing useful.)