> Well, it seems to be easy guessing the problem: He posted "E:New > folderbinnim.exe" and ""E:New'. OS er..." so the problem may be the space in > the path name for the nim.exe
More like a backslash vs slash problem for me. Backslash is often used as escape character and needs to be written twice to work or simply replace with slash (Windows will happily accept both as path separator).
