I have a short batch programme which I run when starting up my office pc (see below). I have used this programme for years, using Windows XP, 7 and 10, without any problems. However, since the anniversary update, the command window does not automatically close after the programme has run.
I wonder if anyone has experienced the same problem or has any idea how to overcome it? I thought ‘exit’ should force the window to close even if it didn’t close by itself.
Thanks.
@ECHO OFF START /MAX EXCEL.EXE START WINWORD.exe START C:Progra~1shortk~1shortkey.exe START “C:UsersVictor DeltaAgvddataGVD Programme DataPlainPastePlainPaste.exe” START /MAX C:Progra~1AvantB~1avant.exe START OUTLOOK.EXE Exit