Introduction
TRES is a Service that runs programs on scheduled times. It is much like the Windows Task Scheduler, but much more simple to use: The task schedules are kept in a text file, so that a same schedules can be used on Windows of different versions.
Specifications
- Program Type: Windows Service / Console (command line)
- Program File Size: About 50 KB
- Operating System: Windows XP, Windows Server 2003, Windows 7
- .Net Framework required: None
- Setup: Not required.
Command Line Aguments
- Install the Service as Manual Start: TRES /install
- Install the Service as Automatic Start: TRES /installa
- Start the Service: TRES /start
- Stop the Service: TRES /stop
- Uninstall the Service: TRES /remove
TresJob.txt
TresJob.txt is the file where the task schedules are kept. Each line in TresJob.txt is a task. TRES has 4 task patterns:
- Monthly Task: Mday-hour:minite:second program-and-arguments
The first character 'M' tells TRES that this is monthly task schedule, that is, to be run once each month. The 'day', 'hour', 'minute' and 'second' tells when the task is to be run. If 'day' is 32, it means the last day of each month.
Example: M32-23:59:59 HTTPGET http://localhost/market/monthStat.aspx - Weekly Task: Wday-hour:minite:second program-and-arguments
The first character 'W' tells TRES that this is weekly task schedule, that is, to be run once each week. The 'day', 'hour', 'minute' and 'second' tells when the task is to be run. W0 is for Sunday, W1 is for Monday, and so on.
Example: W6-23:59:59 HTTPGET http://localhost/market/weekStat.aspx - Daily Task: Dhour:minite:second program-and-arguments
The first character 'D' tells TRES that this is daily task schedule, that is, to be run once each day. The 'hour', 'minute' and 'second' tells when the task is to be run.
Example: D23:59:59 HTTPGET http://localhost/maintain/backup.aspx - Hourly Task: Hminite:second program-and-arguments
The first character 'H' tells TRES that this is hourly task schedule, that is, to be run once each hour. The 'minute' and 'second' tells when the task is to be run.
Example: H0:0 HTTPGET http://localhost/maintain/traffic.aspx
TresLog.txt
TresLog.txt is the file where TRES keeps its log. TRES adds a line to TresLog.txt when:
- The service is started;
- TRESJOB.txt has changed;
- A task has been performed;
- The service is stopped.
Buy TRES
The price is USD 25.00. Please read our policy first:
- We don't give a refund for whatever the reason may be.
- If you have any doubts before you buy, write your questions support@xuebrothers.net. You will get our reply within 24 hours.
- If you find bugs in our product after you buy, report to support@xuebrothers.net. We will re-send you a copy after the bugs fixed. This usually takes less than 3 days.
Please click the PayPal link below ti make the payment
The product will be delivered via email within 36 hours afeter PayPal has confirmed your payments. The email will have a download link to the product.