I have a .bat file I want windows task scheduler to run, and I have no idea why it's not working. It's set to kick off at 3:01 AM every day but never does. I have other
vb scripts scheduled around those times that work, so I know the problem isn't there. Below is the code to my batch file. SSFileEncrypter is an executable that takes the "S3.ee" file and encrypts it with the "S3.cee" file being the output. When I double-click the batch file, it works flawlessly.
cdE:
cd Inetpub\wwwroot\wsirf\data
SSFileEncrypter -iS3.ee -oS3.cee