I use R under Windows on several machines.
I know you can set the working directory from within an R script, like this
setwd(\"C:/Documents and Setti
Just a detail: instead of reversing the slashes as you say, just add another backslash. Two of these \\ works the same way as one of these /. That makes it at least a little easier.