PowerShell: Running Executables

When you want to run an executable in the current directory, you need to apped './' at the front of name of the executable, for example:

./tcping.exe

Check this link from microsoftarrow-up-right to see other methods.

Last updated