
If the text file is in a different folder, give the full path to it in the FOR command, eg: (C:\Temp\list. If the text file contains the full path and filename on each line, eg:Ĭ:\Users\Me\Pictures\SourceFiles\Filename.jpg

You can select more than one file or folder by holding down the Shift key and use the arrow keys highlight them. Use the arrow keys to move to the file or folder you want to select. Press Tab until you're in the section of the window containing the files or folders you want to select. To go to that folder, first use the 'change directory' command: CD Press Windows key+E to open File Explorer. If the text file contains just the file names, then the command has to be run in the folder that contains the files to be copied.

The quotes around %N in 'copy "%N"' allows for any filenames that contain spacesĬ:\Destination specifies the folder you want to copy to (it must already exist, create it first if necessary) "delims=" says use the whole of each line as the parameter %N 'for' loops through all the filenames in list.txt If you'd like to see this feature implemented, add a 👍 reaction to this post.The simplest way to use a text file with a filename on each line (such as list.txt) to copy the files to a folder such as C:\Destination is by using this single command in a command prompt:įOR /F "delims=" %N in (list.txt) do COPY "%N" C:\Destination Hope this describes the feature request well, if not I will gladly provide details. If I could merge them, I would only have 1 tab with all the slides for that specific course. When I have to use them to learn, I have to open 14 different PDF files, in 14 different tabs. I, as a student, often get every week slide-decks for every separate lecture of a course.

(This appears only when you hold down the Shift key. (If you fail to hold down the Shift key, you will not get the context menu shown below.) When the context menu pops up, left-click Copy As Path. Hold down the Shift key, and right-click any of the selected files. The order they would then be merged in would correspond to the order they were selected. In Explorer, highlight one or more files. Normally you would need separate programms/dodgy sites to merge PDF files.īut how would it be if you could simply select multiple PDF files from the File Explorer (for example by holding Ctrl and selecting them one by one or simply by selecting all files in a folder) and merge/concatenate them into one via an option in the right-click menu? What is the expected behavior of the proposed feature? What is the scenario this would be used? 📝 Provide a description of the new feature
