You should know better, SS, than to attach BAT, EXE, VBS files, etc., with
the extension intact. Raises all kinds of alarms with many various AV
systems, and may even get stripped by certain servers, not to mention many
email clients with default settings. If you *must* attach a script of batch
file, change the extension to TXT and instruct the recipient to change it to
whatever it's supposed to be once it's been extracted.
Please? Thank you!
--
Gary S. Terhune
MS-MVP Shell/User
http://grystmill.com
"Synapse Syndrome" <> wrote in message
news:eAjId1%...
> "richard flores" <> wrote in message
> news: m...
>>I was using a file recovery program and it recovered over 5000 image files
>> straight to my desktop. I thought I had put the files in a folder. Now I
>> want to clear my desktop but cannot find a way in Vista to do it. I'm
>> sure
>> there must be a way that I haven't tried (without going one by one which
>> might take days).
>> Can anyone think of a solution?
>
>
> At Command Prompt:
>
> cd %userprofile%\desktop
> md images
> move *.jpg images
> move *.jpeg images
> move *.gif images
> move *.png images
> move *.bmp images
> move *.tif images
>
> The files will be moved into a folder called 'images' on the Desktop.
>
> Or just double click on the attached batch file.
>
> ss.
>
>