1

I want to run R from the command prompt in Windows 8.1. I am logged in as an administrator, I started cmd.exe with the "Run as administrator" option, the path to the folder containing R.exe has been appended to my path environment variable, and my current directory is the folder that contains R.exe. When I type the command R.exe Windows responds with the message "The system cannot find the path specified."

What am I doing wrong?

2

1 Answer 1

0

If you're in the same folder try executing ./R.exe to explicitly denote that you're looking for the executable inside the current directory.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .