I am having a problem with a bit of code on one windows machine but not all windows machines. i have the following code:
path = "F:/dir/"
os.system(path[0:2] + " && cd " + path + " && git init")
On all but one of my windows systems it runs fine but on a windows 2003 server it gives a "directory not found" error but if i run the same command flat from the command prompt than it works.
I'm sorry if my question comes off as vague but I'm totally stumped