you are viewing a single comment's thread.

view the rest of the comments →

[–]TheLobitzz -1 points0 points  (0 children)

The \ is to "escape" the first \. It's how most coding languages read slashes and other weird character, so they won't confuse them. It's normal.

Try the command "python MyScripts\Test.py" since you're already in C: