Variable
07-20-2007, 10:59 AM
I have a batch file that is calling a vbs script to use the cdo.sys to send an email and I want it to run with minimal permissions. I can get the batch to run and write a file but the second step of calling the .vbs and senging the email is failing. Applying group permissions, every group fails except for administrator. This is the command that chokes
%SystemRoot%\system32\cscript "%SystemDrive%\ScheduledTasks\sendmailCDO.vbs"
Its a common script for sending mail using cdo.
%SystemRoot%\system32\cscript "%SystemDrive%\ScheduledTasks\sendmailCDO.vbs"
Its a common script for sending mail using cdo.