Jump to content

Batch file type scanner/grabber thingy

Go to solution Solved by Hazy125,

Assuming you're on windows do a computer search for type:= (file extension ic .doc, .jpg etc) then shift click all the files, copy/paste?

 

So,

 

type:=.psd 

 

would return photoshop stuff

is there such a thing? software or whatever that does this?

 

I don't want to go through folders inside of folders inside of folders to drag each and every file out

let me explain

 

 

FOLDER > Huge List of Folders > each folder has a certain file type I want to grab

 

now I want a program to take that first folder and scan through all the corresponding folders inside it for that certain filetype and possibly move them to an output folder in one huge folder of awesome files that make life super simple!

 

or I can get arthritis/gg hand

If I had one wish, I would ask for a big enough ass for the whole world to kiss

 

Link to comment
https://linustechtips.com/topic/178553-batch-file-type-scannergrabber-thingy/
Share on other sites

Link to post
Share on other sites

Assuming you're on windows do a computer search for type:= (file extension ic .doc, .jpg etc) then shift click all the files, copy/paste?

 

So,

 

type:=.psd 

 

would return photoshop stuff

I am good at computer

Spoiler

Motherboard: Gigabyte G1 sniper 3 | CPU: Intel 3770k @5.1Ghz | RAM: 32Gb G.Skill Ripjaws X @1600Mhz | Graphics card: EVGA 980 Ti SC | HDD: Seagate barracuda 3298534883327.74B + Samsung OEM 5400rpm drive + Seatgate barracude 2TB | PSU: Cougar CMX 1200w | CPU cooler: Custom loop

Link to post
Share on other sites

Assuming you're on windows do a computer search for type:= (file extension ic .doc, .jpg etc) then shift click all the files, copy/paste?

 

So,

 

type:=.psd 

 

would return photoshop stuff

This is what I get for using linux for a long time :P

thanks brohams

If I had one wish, I would ask for a big enough ass for the whole world to kiss

 

Link to post
Share on other sites

Search in parent folder for ".jpg" or whatever and then wait for all the results to show up, then either CTRL+X/C it out and paste anywhere.

The problem with those solutions rather than using the type parameter is that it returns EVERYTHING containing ".jpg" rather than just those that are actually jpg files. So if you happen to have a text file or something called "Totally_Not_A_Porn_Picture.jpg.txt" then that would return in the search as well, even though it's not a picture

I am good at computer

Spoiler

Motherboard: Gigabyte G1 sniper 3 | CPU: Intel 3770k @5.1Ghz | RAM: 32Gb G.Skill Ripjaws X @1600Mhz | Graphics card: EVGA 980 Ti SC | HDD: Seagate barracuda 3298534883327.74B + Samsung OEM 5400rpm drive + Seatgate barracude 2TB | PSU: Cougar CMX 1200w | CPU cooler: Custom loop

Link to post
Share on other sites

The problem with those solutions rather than using the type parameter is that it returns EVERYTHING containing ".jpg" rather than just those that are actually jpg files. So if you happen to have a text file or something called "Totally_Not_A_Porn_Picture.jpg.txt" then that would return in the search as well, even though it's not a picture

there we go!

 

That was my main concern, but you can just change the modifier by (name: type: blahblah)

so you can avoid the mishap 

 

so thanks man

If I had one wish, I would ask for a big enough ass for the whole world to kiss

 

Link to post
Share on other sites

The problem with those solutions rather than using the type parameter is that it returns EVERYTHING containing ".jpg" rather than just those that are actually jpg files. So if you happen to have a text file or something called "Totally_Not_A_Porn_Picture.jpg.txt" then that would return in the search as well, even though it's not a picture

True, and there probably is a better solution to this, but that's how I've done it :)

Comb it with a brick

Link to post
Share on other sites

True, and there probably is a better solution to this, but that's how I've done it :)

but its all good!

 

Thanks guys!

If I had one wish, I would ask for a big enough ass for the whole world to kiss

 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×