goeye is a process checking tool.
This is not a daemon, so should be used with automatic execution tool such as Cron, Windows Task Scheduler, and so on.
Give some file paths you wanna check.
Usage: goeye FILE...
for example,
goeye "C:\Program Files (x86)\Dropbox\Client\Dropbox.exe"
- Get file paths of target processes
- [Windows] + [X] -> [Task Manager]
- Open context menu of the process and select [Open file location]
- Copy the path (Tips: Shift and Context key -> [Copy as path])
- Open Computer Management window
- [Windows] + [X] -> [Computer Management]
- Open Create Task window
- Select [Task Scheduler] in left pane
- Select [Create Task...] in right pane
- General tab
- Triggers tab
- Actions tab
You can use go get
.
go get -u github.com/zuiurs/goeye
- process_check_windows.bat
- works the same as goeye
- process_check.vbs
- to hide cmd window at batch runtime
MIT