Écrit par Peter Borg Apps AB
1. With Lingon you can also remove or change jobs created by other apps that uses the system function called "launchd".
2. And the system handles running the jobs in the background so you don't need to have Lingon open after you have saved your job.
3. Please note that Lingon 3 can only create and change jobs as the current user.
4. Lingon can start an app, a script or run a command automatically whenever you want it to.
5. Lingon can also make sure that an app or a script automatically restarts if it crashes.
6. Lingon is an easy to use utility that run things automatically on your Windows.
7. For more advanced features check out Lingon X at the web site.
8. Lingon can do all this for you and much more.
9. You can schedule it to run at a specific time, regularly or when something special happens.
Télécharger et installer Lingon 3 - PC
Télécharger pour PC - serveur 1 -->Intel, 64-bit processor, OS X 10.7 or later.
liste des systèmes d'exploitation compatibles:ouais. L'application est de 100 pour cent (100%) sûr de télécharger et d'installer. Nos liens de téléchargement proviennent de sources sûres et sont fréquemment numérisés pour vous protéger
Nickel
En plus de pouvoir programmer des Scripts et autres, il permet également de faire du nettoyage… j'avais quelques jobs d'applications qui tournaient toujours alors que j'ai désinstallé les ppalications. Dans mon cas j'utilise Google Drive et il s'arrête régulièrement… j'ai donc fait un petit script qui vérifie si Google Drive tourne et le relance si il est arrêté. Pour le fun, ci dessous le script à créer et sauvegarder avec "Editeur Applescript" en standard sur Windows OS X : on ApplicationIsRunning(appName) tell application "System Events" to set appNameIsRunning to exists (processes where name is appName) return appNameIsRunning end ApplicationIsRunning if ApplicationIsRunning("Google Drive") then return "GDRIVE_ISRUNNING" else tell application "Google Drive" activate end tell return "GDRIVE_LAUNCHED" end if
Extra !
J'utilise ce logiciel en couplage avec des scripts automator et le trouve bigrement efficace .. :)
less features than version 2
i supposed that version 3 which is no more free, brings more features, not less. Surelly I missed something.. I can't find anymore the possibility to modify the system preferences… i will use xcode instead... other way really good and nice interface.