How to open multiple files at once in Windows 10
You may often need to open multiple files on your Windows 10 PC. So, it would be great if File Explorer included a file list feature with which you could set up saved lists that you could click to open all files included in them.
Then you could open multiple images, documents, music, spreadsheets, and even .exe files within the saved list with a single click.
Well, Microsoft has not incorporated such a feature into File Explorer. Nevertheless, you can still set up file lists with which to open multiple files at once. This is how you can open multiple files at once with a batch file or third-party software on Windows 10.
How can I open multiple files at once in Windows 10?
1. Set up a batch file
- To open multiple files at once with a batch file, press the Windows key + S hotkey.
- Enter ‘Notepad’ in the search box, and then select to open that text editor.
- Enter ‘@echo off’ at the top of the text file as in the snapshot shown directly below.
- Then enter the open file command as follows: start <file title> <full file path>. For example, to open the CCleaner software, users would enter something like start “CCleaner64” “C:Program Files (x86)CCleanerCCleaner64.exe” in the text editor as shown directly below.
- Note that the file title that precedes the path in the command doesn’t need to include the file’s extension as well. After entering all the required start commands in the batch, click File and Save As.
- Select All Files on the Save as type drop-down menu.
- Then enter ‘File list.bat’ in the File name text box.
- Select to save the batch to the desktop.
- Press the Save button.
- Then click the File list.bat file on the desktop, which will open all the files you programmed it to.
- To assign a hotkey to a file list batch, right-click it and select Create a shortcut. That will add a duplicate batch file shortcut to the desktop.
- Users can move the original batch file saved to the desktop into a folder, but do not delete it.
- Then right-click the batch file shortcut on the desktop and select Properties.
- Click in the Shortcut key box on the Shortcut tab. Then press a keyboard key to set up a Ctrl + Alt shortcut for it.
- Click the Apply and OK buttons. Thereafter, press the Ctrl + Alt hotkey for the batch file to open its file list.
2. Open multiple files with Instant File Opener
- Alternatively, users can open multiple files at once from a list with Instant File Opener. Click Free Download on the Instant File Opener webpage to save the setup file for that software.
- Then open the installer to add Instant File Opener to Windows.
- Open the Instant File Opener window shown directly below.
- Click the Add file, folder, or program to the list button.
- Then users can select a few files to add to the list with Ctrl key.
- Press the OK button.
- Press the Save list disk button after adding all required files to it.
- Select to save the file to the desktop.
- Enter a title for the file.
- Click the Save button.
- Thereafter, users will spot an IFOL file on the desktop. Click that to open its file list window shown directly below.
- Then users can click Open All.
- To open files in the list during startup, select the Open at System Startup option on Instant File Opener window.
- Users can also select Auto-Run on the List Type menu to automatically open all files without the list window opening.
So, it’s relatively straightforward to set up a file list even with a batch file. You can set up numerous file lists to quickly open any combination of software, image, document, music, and spreadsheet files at once.
If you have any other questions or suggestions, leave them in the comments section below and we’ll be sure to check them out.
RELATED ARTICLES TO CHECK OUT:
- How to open multiple folders in Windows 10 simultaneously
- How to rename multiple files in Windows 10
- How to open multiple files in VS Code