I've got a very simple batch file that deletes all files within a specified folder. It's only a single line so it executes very quickly.
To prevent users from saying its not working or clicking a dozen times, I'd like it to pop up with a simple "done" message for a few seconds before vanishing.
I've done a bit of looking around, and it seems there are/were some easy solutions, but I'm a little confused by which are still valid (some are for previous versions of Windows - we're using W10) - I also wasn't sure if the existing solutions could be dumped into the same .bat file.
If you couldn't tell, I've never written a .bat file before and I'm entirely unfamiliar with it.