I want to copy a directory requests from current directory to *c:\Python27\Lib* (Python installed directory) using batch file.
Reason for using batch file is that user can double click this file and directory will get copied to destination.
But if different python version is installed then installed path will be different.
I found a link on stackoverflow How can I know python's path under windows? for this but i can't write this in batch file because its a python code.
So what should i write in batch file so that i can copy the requests folder from current directory to the python path under windows ?