How can I open a Python shell at a network path in Windows? -
how can open python interpreter @ specific network path in windows?
in explorer address bar path in unc form: \\myhost\myshare\...
.
i can't work out how change directory windows command line, nor in format pass argument os.chdir
.
i'm running python 2.5 on windows xp. idle installed.
thanks!
well, i'm going ask anyway because has bit me before have tried this?
path = r'\\myhost\myshare\some_file.dat'
the r
being important bit here.see post well.
Comments
Post a Comment