I am having a ton of issues with respect to file paths while running my programs with Q. Apparently even on Windows, Q expect the path to be delimited by “/”. So I run into issues when I extract my environment variables from within Q programs as it is not happy with the windows "" path separator. This causes problems in interaction between windows batch scripts and Q programs. I end up repeating my variables in batch and in Q. Is there a better solution to this issue? It is a bit annoying.
thanks