Heya H/A - quick computer question. I use Acrobat to bulk convert PDFs into single page TIFs; I'll usually run about 1500 - 2000 PDFs a batch, generally ending up with about 30-40k TIFs. The output goes to a server, not the laptop I'm using to convert (at least it
should have been).
Anyhow, I was just checking how much disk space I had left on the laptop I'm doing this on, and noticed 80% of the drive was full, which was odd as I don't really have any media and very few programs. Turns out that when Acrobat was running its batch process, it was outputting to the server
as well as My Documents. So as a result, I have about 300k single page TIFs in "My Documents," taking up the majority of my disk space.
I can't even open the folder in Windows to delete them manually (it locks up explorer, due to the stupid-large amount of files I would imagine). Is there a way to nuke the folder entirely? I can't seem to get Windows to allow me to do it.
Thanks for any help you folks can give.
Posts
Go to Start, Run, type cmd and hit enter. Should bring up a black terminal window for you to type in. You'll need to use the cd command to go to the directory you want to delete from ( like cd "C:\Documents and Settings\myusername\My Documents" in XP, not sure about Vista) and then use the del command to delete them (you could delete all the TIF files by doing del *.tif)
Waaaatergaaaate
Win
That is the best thing.
Also, I was able to wreck the folder once I changed the location or whatever of where "my documents" went.
Thanks for the advice re: the command line - that's something I'd never would have thought of, and will no doubt be useful in the future.
well-played sir.