I have experienced an issue which, on the face of it, appears to be a bug in Windows 11. The issue relates to the processing of a simple .bat file. A simple example is as follows:
D:
MD COPYTEST
CD COPYTEST
COPY S:\COOKIES\*.*
Running this .bat file from a CMD prompt works exactly as...