Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Other Programming > Other Programming Languages
|
Other Programming Languages If you have a coding issue to discuss about another language that really isn't provided for in any other forum here (not ASP.NET C#, C++, VB, PHP, JavaScript, Python, Java, Perl, Applescript, XML or any of the other forum topics we have), post it here. Enough discussion on a language we don't have covered could prompt a new forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Other Programming Languages section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
  #1 (permalink)  
Old February 1st, 2008, 11:04 AM
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





Similar Threads
Thread Thread Starter Forum Replies Last Post
Scheduled Task for Windows XP SQLScott Pro Visual Basic 2005 1 September 12th, 2008 09:38 AM
How To Create Task Scheduler in VB.Net htyeoh VS.NET 2002/2003 0 July 23rd, 2006 11:18 PM
Launching ASP Page with Windows Task Scheduler kevorkian Classic ASP Basics 1 March 30th, 2006 08:43 PM
Accessing Windows Task Manager through APIs vishnu_attur Visual C++ 1 September 1st, 2005 05:31 PM
windows task scheduler using VB Karthikv21 Beginning VB 6 0 July 2nd, 2004 04:56 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.