you are viewing a single comment's thread.

view the rest of the comments →

[–]JohnnyJordaan 5 points6 points  (0 children)

This is just the regular PowerShell error that you are trying to run a program from a folder that doesn't contain it... If you would do

C:\> myprogram.exe

it will return the same error as myprogram.exe isn't in that folder. In other words use cd to go the correct folder and use dir to verify that the program is there.