I want to change my current working directory during the execution of the the script to my Desktop.
I used:
import os
os.chdir("C:\Documents and Settings\%username%\Desktop")
but its showing ERROR 3
WindowsError: [Error 3] The system cannot find the path specified: 'C:\\Documents and Settings\\%username%\\Desktop'