ianmarmour / nvidia-clerk

A cross-platform go bot that tracks for availability of stock from Nvidia's store and adds a cart to your checkout.
BSD 3-Clause "New" or "Revised" License
222 stars 63 forks source link

Not sure what I'm doing wrong here but getting this error #161

Closed FROOGLEPOWER closed 4 years ago

FROOGLEPOWER commented 4 years ago

CMD entry is:

nvidia-clerk-windows.exe -region=USA -model=3080

getting this response:

nvidia-clerk-windows.exe -region=USA -model=3080 'nvidia-clerk-windows.exe' is not recognized as an internal or external command, operable program or batch file.

redstone2019 commented 4 years ago

Where did you download the file to?

glitch666 commented 4 years ago

Your cmd prompt needs to be in the same folder as the executable. If the executable is in your downloads folder type cd Downloads and it will change to that directory. Then you can run the command.

FROOGLEPOWER commented 4 years ago

That fixed it thanks