sinc32+

Introduction - What is SINC32+

Installation

Launch

Command Line Options

crontab (Configuration File) Explained

Tricks and Tips

An example

# one-time program
#
+* * * * *		calc.exe

# one-time program run on next March 12th
#
+* * 12 3 *		scan c:

# pop3 spam checking (multiple times per day)
#
45 7,11,15,18,21,1,4 * * *		C:\Perl\bin\perl.exe -Id:\Usr\Pop3Smtp d:\Usr\Pop3Smtp\pop3check.pl	#; StartIn=D:\Usr\Pop3Smtp

# daily run (21:01 everyday)
#
1 21 * * *		C:\CommonBatch\_DailyRun.bat

# WebMail (11:50am 8th of every month)
#
50 11 8 * *		C:\PROGRA~1\INTERN~1\IEXPLORE.EXE http://mail.yahoo.com

# TimeCard (11:50am Friday of 2nd & 4th week of every month)
#
50 11 * * 5:2,4		C:\PROGRA~1\INTERN~1\IEXPLORE.EXE http://localhost/timecard.html

# TIPS: Windows98 users can use COMMAND.COM to launch the batch file to prevent the hang-over DOS window.
#
#* * * * *	c:\command.com /C run_and_exit_Win9x.bat


SourceForge Logo SINC32plus is proud to be hosted by Source Forge!