Author

Topic: [App Windows 7 / 8] CGWatcher.exe - Checker (Read 1363 times)

member
Activity: 84
Merit: 10
February 25, 2014, 06:30:59 PM
#3
Why write an application when a two line batch script will do?

Code:
tasklist /FI "IMAGENAME eq cgwatcher.exe" 2>NUL | find /I /N "cgwatcher.exe">NUL
if "%ERRORLEVEL%"!="0" start "" C:\CGWatcher\cgwatcher.exe
sr. member
Activity: 462
Merit: 251
February 25, 2014, 03:20:15 PM
#2
reserved
sr. member
Activity: 462
Merit: 251
February 25, 2014, 03:15:52 PM
#1
Hi Guys,

i made a little App, which checks if cgwatcher.exe is running or not.
when it doesn't run, it will start it.

Why did i do it?
i have the problem, that cgwatcher.exe closes due .net-Framework Errors at my Rig (Windows 7 x64) and i don't want to check every hour if it still runs.

Coded with Visual Studio 2013 - Visual Basic

Version: 0.1 - release

Infos

You have to use the path: C:\CGWatcher - otherwise it won't work

To-Dos

Add ability to choose CGWatcher.exe - location by yourself

Changelog

Source-Code: http://pastebin.com/CSEKyXWt

Download: http://www20.zippyshare.com/v/51421644/file.html



Feedback welcome :-)


Greetings to milone for his great Software!!! http://manotechnology.blogspot.de/p/cgwatcher.html
Jump to: