David Harris's Technology Blog

ColdFusion, Flex, and other stuff...   (and 324,722 hours, 12 mins in to my plan for global domination)

Search:

Calendar:

Sun Mon Tue Wed Thu Fri Sat
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31            

Subscribe:

Enter your email address to subscribe to this blog.

Archives By Subject:

Tags:

adobe air ajax cfug coldfusion flash flex frameworks free software fxug general jpgmetadatareader mac off topic opensource papervision spry

Recent Entries:

No recent entries.

Top Posts:

Recent Comments:

Top Commenters:

My Links:

RSS:


Now for something a little different... a DOS command!

I had a situation where because of the incredible LONG file names generated by a ColdFusion application, I couldn't delete them.

I kept getting WindowsXP telling me that it couldn't find the file.

I thought I would use the DOS command "deltree", but discovered that the WindowsXP DOS doesn't come with this command.

But this works...

RD [Your dir here] /S /Q

be careful cause no prompts or nothing. RD is the Dos Command for Remove Directory.

This command comes with no Warranty, implied or otherwise!

Comments