Skip to main content
reupload image
Source Link
Gareth
  • 18.9k
  • 15
  • 58
  • 69

Depends on how you want to sort them. Are they all different types? The command line is very handy for that.

example:

C:\>mkdir JPEGS writtendocs spreadsheets
C:\>cd huge_folder
C:\huge_folder\>move *.jpg ../JPEGS
C:\huge_folder\>move *.doc ../writtendocs
C:\huge_folder\>move *.xls ../spreadsheets

There is a free graphical tool to perform similar operations, suitably named File Sort, which can help you sort by file name, age, and size:

alt text http://www.softpedia.com/screenshots/File-Sort_1.pngalt text

Depends on how you want to sort them. Are they all different types? The command line is very handy for that.

example:

C:\>mkdir JPEGS writtendocs spreadsheets
C:\>cd huge_folder
C:\huge_folder\>move *.jpg ../JPEGS
C:\huge_folder\>move *.doc ../writtendocs
C:\huge_folder\>move *.xls ../spreadsheets

There is a free graphical tool to perform similar operations, suitably named File Sort, which can help you sort by file name, age, and size:

alt text http://www.softpedia.com/screenshots/File-Sort_1.png

Depends on how you want to sort them. Are they all different types? The command line is very handy for that.

example:

C:\>mkdir JPEGS writtendocs spreadsheets
C:\>cd huge_folder
C:\huge_folder\>move *.jpg ../JPEGS
C:\huge_folder\>move *.doc ../writtendocs
C:\huge_folder\>move *.xls ../spreadsheets

There is a free graphical tool to perform similar operations, suitably named File Sort, which can help you sort by file name, age, and size:

alt text

added 6 characters in body
Source Link
user1931
user1931

Depends on how you want to sort them. Are they all different types? The command line is very handy for that.

example:

C:\>mkdir JPEGS writtendocs spreadsheets
C:\>cd huge_folder
C:\huge_folder\>mv\huge_folder\>move *.jpg ../JPEGS
C:\huge_folder\>mv\huge_folder\>move *.doc ../writtendocs
C:\huge_folder\>mv\huge_folder\>move *.xls ../spreadsheets

There is a free graphical tool to perform similar operations, suitably named File Sort, which can help you sort by file name, age, and size:

alt text http://www.softpedia.com/screenshots/File-Sort_1.png

Depends on how you want to sort them. Are they all different types? The command line is very handy for that.

example:

C:\>mkdir JPEGS writtendocs spreadsheets
C:\>cd huge_folder
C:\huge_folder\>mv *.jpg ../JPEGS
C:\huge_folder\>mv *.doc ../writtendocs
C:\huge_folder\>mv *.xls ../spreadsheets

There is a free graphical tool to perform similar operations, suitably named File Sort, which can help you sort by file name, age, and size:

alt text http://www.softpedia.com/screenshots/File-Sort_1.png

Depends on how you want to sort them. Are they all different types? The command line is very handy for that.

example:

C:\>mkdir JPEGS writtendocs spreadsheets
C:\>cd huge_folder
C:\huge_folder\>move *.jpg ../JPEGS
C:\huge_folder\>move *.doc ../writtendocs
C:\huge_folder\>move *.xls ../spreadsheets

There is a free graphical tool to perform similar operations, suitably named File Sort, which can help you sort by file name, age, and size:

alt text http://www.softpedia.com/screenshots/File-Sort_1.png

added 255 characters in body; added 53 characters in body
Source Link
user1931
user1931

Depends on how you want to sort them. Are they all different types? The command line is very handy for that.

example:

C:\>mkdir JPEGS writtendocs spreadsheets
C:\>cd huge_folder
C:\huge_folder\>mv *.jpg ../JPEGS
C:\huge_folder\>mv *.doc ../writtendocs
C:\huge_folder\>mv *.xls ../spreadsheets

There is a free graphical tool to perform similar operations, suitably named File Sort, which can help you sort by file name, age, and size:

alt text http://www.softpedia.com/screenshots/File-Sort_1.png

Depends on how you want to sort them. Are they all different types? The command line is very handy for that.

example:

C:\>mkdir JPEGS writtendocs spreadsheets
C:\>cd huge_folder
C:\huge_folder\>mv *.jpg ../JPEGS
C:\huge_folder\>mv *.doc ../writtendocs
C:\huge_folder\>mv *.xls ../spreadsheets

Depends on how you want to sort them. Are they all different types? The command line is very handy for that.

example:

C:\>mkdir JPEGS writtendocs spreadsheets
C:\>cd huge_folder
C:\huge_folder\>mv *.jpg ../JPEGS
C:\huge_folder\>mv *.doc ../writtendocs
C:\huge_folder\>mv *.xls ../spreadsheets

There is a free graphical tool to perform similar operations, suitably named File Sort, which can help you sort by file name, age, and size:

alt text http://www.softpedia.com/screenshots/File-Sort_1.png

Source Link
user1931
user1931
Loading