Im having a problem
Im having a problem
I need to separate a folder into music, movies, images and applications...
images and applications are easy when you mess around with folder settings...
but the movies and music both run together as they're played in the same program. What im looking for is a method to sort these two out so i can put them into new more sorted files instead of this one...
That's my problem... that and im eating a LOT of blueberries...
images and applications are easy when you mess around with folder settings...
but the movies and music both run together as they're played in the same program. What im looking for is a method to sort these two out so i can put them into new more sorted files instead of this one...
That's my problem... that and im eating a LOT of blueberries...
P IV Processor 2.4 gHZ, ECS p4 motherboard, Windows XP, 512 MB of Ram, Radeon 9500 Pro, 60 GB WD HD, 20 GB IBM HD, Verbatim CDRW,Originally posted by Burke
eBay is like Terra Eleven, a vast wasteland that not even Peter Strauss could tame.![]()
- morbidpete
- Posts: 7283
- Joined: Sat Mar 30, 2002 12:00 pm
- Location: W. Warwick RI
arranging by type doesnt separate files that are all played by the same media player...
P IV Processor 2.4 gHZ, ECS p4 motherboard, Windows XP, 512 MB of Ram, Radeon 9500 Pro, 60 GB WD HD, 20 GB IBM HD, Verbatim CDRW,Originally posted by Burke
eBay is like Terra Eleven, a vast wasteland that not even Peter Strauss could tame.![]()
- BlindPilot
- Regular Member
- Posts: 488
- Joined: Fri Jan 28, 2005 8:42 am
- Location: My knees are exploding!
deal is when you say arrange by type, it doesnt involve the encoding at all in the sorting, just what program uses the file...
P IV Processor 2.4 gHZ, ECS p4 motherboard, Windows XP, 512 MB of Ram, Radeon 9500 Pro, 60 GB WD HD, 20 GB IBM HD, Verbatim CDRW,Originally posted by Burke
eBay is like Terra Eleven, a vast wasteland that not even Peter Strauss could tame.![]()
Hopeful, it should be sorting by extension, so unless all your movies and audio files .wmv, there shouldn't be any problemsHopeful wrote:deal is when you say arrange by type, it doesnt involve the encoding at all in the sorting, just what program uses the file...
Also, it will only be softed by type when you view the folder, if you try and open the files from within the program, it won't be sorted
Three Rivers Designs wrote:America! Love it or give it back!
@ cisco
All i know is my weird al music video's are right next to my weird al music... :-p... They arent sorting by extensions, otherwise this've been solved... :-p
@ norm...
xcopy??? not exactly sure how it works...
All i know is my weird al music video's are right next to my weird al music... :-p... They arent sorting by extensions, otherwise this've been solved... :-p
@ norm...
xcopy??? not exactly sure how it works...
P IV Processor 2.4 gHZ, ECS p4 motherboard, Windows XP, 512 MB of Ram, Radeon 9500 Pro, 60 GB WD HD, 20 GB IBM HD, Verbatim CDRW,Originally posted by Burke
eBay is like Terra Eleven, a vast wasteland that not even Peter Strauss could tame.![]()
- mountainman
- SG VIP
- Posts: 15451
- Joined: Tue Dec 26, 2000 12:00 am
- Location: Colorado
Are you sure they're sorted by type and not by name?Hopeful wrote:@ cisco
All i know is my weird al music video's are right next to my weird al music... :-p... They arent sorting by extensions, otherwise this've been solved... :-p
@ norm...
xcopy??? not exactly sure how it works...
Three Rivers Designs wrote:America! Love it or give it back!
Make a batch file. Place it in the dir with all your files.
xcopy *.wmv movies /i
xcopy *.mpeg movies /i
xcopy *.mpg movies /i
xcopy *.avi movies /i
xcopy *.exe applications /i
xcopy *.mp3 music /i
xcopy *.wav music /i
xcopy *.gif images /i
xcopy *.jpg images /i
xcopy *.jpeg images /i
xcopy *.bmp images /i
Add whatever else you need.
xcopy *.wmv movies /i
xcopy *.mpeg movies /i
xcopy *.mpg movies /i
xcopy *.avi movies /i
xcopy *.exe applications /i
xcopy *.mp3 music /i
xcopy *.wav music /i
xcopy *.gif images /i
xcopy *.jpg images /i
xcopy *.jpeg images /i
xcopy *.bmp images /i
Add whatever else you need.