save files in clipboard to txt and open new scrap container
Moderators: fgagnon, nikos, Site Mods
-
ry4nstl
- New Member
- Posts: 8
- Joined: 2014 Nov 02, 21:43
save files in clipboard to txt and open new scrap container
figure create batch file that saves names of files, but don't know how to open a new scrap container with files automatically. any ideas?
-
nikos
- Site Admin

- Posts: 16402
- Joined: 2002 Feb 07, 15:57
- Location: UK
Re: save files in clipboard to txt and open new scrap contai
if the files are in a single folder, press CTRL+S key and a scrap window will open for them. If you have them saved in a text file, "open" that in a scrap window (Actions > Load contents menu command). The text file should have one full path per line
-
ry4nstl
- New Member
- Posts: 8
- Joined: 2014 Nov 02, 21:43
Re: save files in clipboard to txt and open new scrap contai
is there a command line arg that i can run to open a scrap container with the files listed in text file? ie xplorer2.exe -openscrap 'c:\listofFiles.txt' -detailsview -unsorted
-
nikos
- Site Admin

- Posts: 16402
- Joined: 2002 Feb 07, 15:57
- Location: UK
Re: save files in clipboard to txt and open new scrap contai
you can do xplorer2 /F:1 txtfile, see the quickstart guide for more command line options