Hello:
--Newbie here with an odd batch script problem. The script, which I want to use with Task Scheduler, permanently deletes files in the target directory then moves itself to the Recycle Bin.
--The issue occurs no matter what I folder I launch it from. It doesn’t seem to matter whether I click the executable or run it from a command prompt. The server OS is Win2k3 SP1. Here’s the script:
del "C:\Program Files\Exchsrvr\Mailroot\vsi 1\UCEArchive" *.* /q
--Apologize if I posted to the wrong forum. I’d be grateful for any tips, for I’m basically clueless when it comes to scripting.
Regards,
Patrick
--Newbie here with an odd batch script problem. The script, which I want to use with Task Scheduler, permanently deletes files in the target directory then moves itself to the Recycle Bin.
--The issue occurs no matter what I folder I launch it from. It doesn’t seem to matter whether I click the executable or run it from a command prompt. The server OS is Win2k3 SP1. Here’s the script:
del "C:\Program Files\Exchsrvr\Mailroot\vsi 1\UCEArchive" *.* /q
--Apologize if I posted to the wrong forum. I’d be grateful for any tips, for I’m basically clueless when it comes to scripting.
Regards,
Patrick