Hi,
I am executing a script through a network location in the form of
C:\Windows\system32>c:\Python26\python.exe \\network\location\foo.py
from an administrator console.
I am editing the script file (foo.py) from a different PC (with a different OS).
When i try to run the foo.py after editing it, i need to wait for a period of time in order to get the updated version.
I have followed this answer since i think thats what im facing, but without any luck.
http://social.technet.microsoft.com/Forums/windows/en-US/1d9fc419-5dcf-4fcb-8955-fdca33fe3cce/network-drive-cached-even-though-offline-files-disabled?forum=w7itprogeneral
Cheers.