When I wrote my program in Aporia, I clicked on "Compiler & run current file", this error occurred:
"E:New folderbinnim.exe" c --run C:UsersDELLDesktopFirst Error: Problem occurred during execution: The system cannot find the file specified.
Additional info: Requested command not found: '"E:New'. OS error: > Process terminated with exit code 1
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).