After learning about conditional statements, viewers are now ready to create a switch statement. A switch statement is based on the same concept but is more efficient and easier to read once understood. Furthermore, it can address cases much more specifically.
In a recent question here at Experts Exchange about Windows 10 automation, a member asked for a solution "to download one by one automatically" 10 specific files from the Internet. This article presents an AutoHotkey script with the solution, enhanc…