MhermanNBME
Posts: 78
Score: 3 Joined: 4/4/2007 Status: offline
|
I had to delete over a thousand, and what I ended up doing was just writing a simple vbscript that looped with sendkeys to delete one at a time. I can't find the script, but here is the sudo code: wait 10 seconds (give some time to launch the scritp and set the focus in the console start an infinate loop (or you could actually put in a counter) send key delete wait a second for the console to catch up send key enter wait again loop back You'll have to double check that those are the only key strokes needed, and get the right time delays. I know it's hokey, but it worked well enough for me.
|