Projects

Find all our projects in development below.
All source code is GNU General Public License (GPL)

javaCron

Browsing readme.txt (1.53 KB)

-------------------------------------------------------------
                       javaCron v1.1
                Copyright � 2007 JaviteSoft
-------------------------------------------------------------

javaCron is a crontab.txt processor. It runs as a windows
service and uses little memory.

Source code written in VB.NET (.NET 2.0)


-------------------------------------------------------------

TO INSTALL/UNISTALL THE SERVICE
 

Build the application.

Select Start > Programs > Microsoft Visual Studio .NET 2005 >
Visual Studio .NET Tools > Visual Studio .NET 2005 Command Prompt.

Go to the \bin\release folder in the project directory.

Type the following command:

installutil javaCron.exe

Now, go to control panel. Select Performance and Maintenance >
Administrative Tools and select Services. Double-click on the
javaCron service. Change the service to Run Automatically.
Select the Log on tab. Check the Allow this service to interact
with desktop checkbox. Click OK. Then click on the Start Service
button in the toolbar.


To uninstall the service, in the Visual Studio .NET command prompt,
go to the \bin\release folder in the project directory and enter:

installutil /u javaCron.exe

-------------------------------------------------------------


All source code is GPL. For more information about the
General Public License please refer to license.txt.

For updates on this source and binary please visit
the JaviteSoft :: Projects in Development website at:

http://www.javitesoft.com

Download readme.txt

Back to file list


Back to project page