I have a batch script which calls another like this;
call \\myserver\mypath\myfile.bat
This has been working ok for around 6 years. However i recently made a change to the batch script that gets called by this line. I quickly realised my change was causing a problem so i reverted my changes.
However it seems that some clients are still calling my modified script. As if they have a cached copy. Is this possible? If so how can i clear the cache?
I was using offline files. So the batch file i was editing was a local copy on my machine.