Put a line in your logon script, with something like:
if exist "%userprofile%\Application Data\folder_to_delete" rmdir /s
"%userprofile%\Application Data\folder_to_delete"
Note that this should be on a single line!
And check the correct syntax on a test system!
--
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
http://hem.fyristorg.com/vera/IT
--- please respond in newsgroup, NOT by private email ---
=?Utf-8?B?TUFY?= <(E-Mail Removed)> wrote on 02 mar
2005 in microsoft.public.win2000.termserv.clients:
> I would like to delete a particular folder that a psyware maybe
> create into APPLICATION DATA folder of user.
>
> In which way I can do this action ?
>
> Thank you in advance