Odd question; I got this to work by accident and have narrowed it down to the following:
myPath = "c:\abc"
print myPath
Why does this cause the PC to beep? I'm using on Windows 7, dragging the script into a command prompt window.
Odd question; I got this to work by accident and have narrowed it down to the following:
myPath = "c:\abc"
print myPath
Why does this cause the PC to beep? I'm using on Windows 7, dragging the script into a command prompt window.