View Single Post
  #1 (permalink)  
Old February 1st, 2008, 11:04 AM
Earl Hickey Earl Hickey is offline
Authorized User
 
Join Date: Jul 2006
Posts: 22
Thanks: 1
Thanked 0 Times in 0 Posts
Default Windows task scheduler / batch file

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
Reply With Quote