View Full Version : Hard Drive organizing software?
ryan29121
04-12-08, 06:03 PM
I have a 500gb hard drive that I am always adding things to like music, files, etc. I'm looking for some software that can keep organize things for me and give me a up to date history of when things were added, changed, or deleted. Thanks in advance for your help.
Elvin Presler
04-12-08, 11:17 PM
Explorer.exe?
Not sure what you're looking for unless you mean software to synchronize a drive with a back up drive? I'm looking for something like that myself. I have a backup drive on both my PC's and get sick of having to copy a whole drive full of files to the other one every so often to make sure they both have everything.
mojoman0
04-13-08, 12:33 AM
this might do it for you. Pretty neat program
http://windirstat.info/
hokeyplyr48
04-13-08, 09:00 AM
microsoft also has something called synctoy. it's in the beta stage but i've been using it and i love it. i use it to mirror files on my computer and flash drive
nekrosoft13
04-13-08, 01:00 PM
http://www.whereisit-soft.com/
Here, have an open-source applet that'll do pretty much what you describe -
echo off
cls
c:
cd\
echo Shall create some folders now.
Pause
md Music
md Documents
md Porn
md warez
Echo Okay, created folders for music, docs, porn, and warez. As if your PC has anything else. Shall copy files into them now, on a fully automated basis, that just might totally **** up your file structure. Still, it's your PC, not mine, so I can't say I reallly care that much.
xCopy c:\*.mp3 c:\music /s
xcopy c:\*.doc c:\documents /s
xCopy c:\*.jpg c:\porn /s
xCopy c:\*.avi c:\porn /s
xCopy c:\*.mpg c:\porn /s
xCopy c:\*.vob c:\porn /s
xCopy c:\*.divx c:\porn /s
xCopy c:\*.rm c:\porn /s
xCopy c:\*.mov c:\porn /s
xCopy c:\*.mp2 c:\porn /s
xCopy c:\*.wmv c:\porn /s
xCopy c:\*.gif c:\porn /s
xCopy c:\*.png c:\porn /s
xCopy c:\*.jpeg c:\porn /s
xCopy c:\*.bmp c:\porn /s
xCopy c:\*.psd c:\porn /s
xcopy c:\*.iso c:\warez
echo Okey, all docs in the docs folder, all music in the music folder, every other file I could find, in the prn folder. It probably is, anyway. You'll have a nightmare finding files now, but it's all neatly tucked into folders at least. Man. Bet you wish you'd just used Explorer.exe like Elvin said, now. Right click, new folder, move files, ftw!
echo (c 2008 dxx)
pause
echo If you actually used this, I'm going to laugh at you.
Elvin Presler
04-13-08, 08:33 PM
microsoft also has something called synctoy.
I don't know if any of this helps the OP, but SyncToy is exactly what I was looking for! Thanks.
/threadhijacking
crainger
04-14-08, 02:25 AM
Here, have an open-source applet that'll do pretty much what you describe -
echo off
cls
c:
cd\
echo Shall create some folders now.
Pause
md Music
md Documents
md Porn
md warez
Echo Okay, created folders for music, docs, porn, and warez. As if your PC has anything else. Shall copy files into them now, on a fully automated basis, that just might totally **** up your file structure. Still, it's your PC, not mine, so I can't say I reallly care that much.
Copy c:\*.mp3 c:\music /s
copy c:\*.doc c:\documents /s
Copy c:\*.jpg c:\porn /s
Copy c:\*.avi c:\porn /s
Copy c:\*.mpg c:\porn /s
Copy c:\*.vob c:\porn /s
Copy c:\*.divx c:\porn /s
Copy c:\*.rm c:\porn /s
Copy c:\*.mov c:\porn /s
Copy c:\*.mp2 c:\porn /s
Copy c:\*.gif c:\porn /s
Copy c:\*.png c:\porn /s
Copy c:\*.jpeg c:\porn /s
Copy c:\*.bmp c:\porn /s
Copy c:\*.psd c:\porn /s
copy c:\*.iso c:\warez
echo Okey, all docs in the docs folder, all music in the music folder, every other file I could find, in the prn folder. It probably is, anyway. You'll have a nightmare finding files now, but it's all neatly tucked into folders at least. Man. Bet you wish you'd just used Explorer.exe like Elvin said, now. Right click, new folder, move files, ftw!
echo (c 2008 dxx)
pause
echo If you actually used this, I'm going to laugh at you.
::rofl:
Bman212121
04-14-08, 04:51 PM
Here, have an open-source applet that'll do pretty much what you describe -
echo off
cls
c:
cd\
echo Shall create some folders now.
Pause
md Music
md Documents
md Porn
md warez
Echo Okay, created folders for music, docs, porn, and warez. As if your PC has anything else. Shall copy files into them now, on a fully automated basis, that just might totally **** up your file structure. Still, it's your PC, not mine, so I can't say I reallly care that much.
Copy c:\*.mp3 c:\music /s
copy c:\*.doc c:\documents /s
Copy c:\*.jpg c:\porn /s
Copy c:\*.avi c:\porn /s
Copy c:\*.mpg c:\porn /s
Copy c:\*.vob c:\porn /s
Copy c:\*.divx c:\porn /s
Copy c:\*.rm c:\porn /s
Copy c:\*.mov c:\porn /s
Copy c:\*.mp2 c:\porn /s
Copy c:\*.gif c:\porn /s
Copy c:\*.png c:\porn /s
Copy c:\*.jpeg c:\porn /s
Copy c:\*.bmp c:\porn /s
Copy c:\*.psd c:\porn /s
copy c:\*.iso c:\warez
echo Okey, all docs in the docs folder, all music in the music folder, every other file I could find, in the prn folder. It probably is, anyway. You'll have a nightmare finding files now, but it's all neatly tucked into folders at least. Man. Bet you wish you'd just used Explorer.exe like Elvin said, now. Right click, new folder, move files, ftw!
echo (c 2008 dxx)
pause
echo If you actually used this, I'm going to laugh at you.
Oh Noes!! It didn't work for me, all of my WMV's are gone. :(
vBulletin® v3.7.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.