From 7019da9b33e97f9de0ee85ee6c6e4510954bd765 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 7 Apr 2015 08:58:30 +0900 Subject: add refresh-emacs Windows scheduled task to readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c8f04ed..fcb5136 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,15 @@ TODO #### On Microsoft Windows -This command should set the scheduled task: +This command should set the scheduled tasks: schtasks /Create /SC MINUTE /TN srem /TR "C:\path\to\srem.exe --cron" + schtasks /Create /SC HOURLY /MO 2 /TN srem-refresh /TR "C:\path\to\srem.exe --refresh-emacs" To get rid of the command prompt window that momentarily flashes up -every time the command is run, open the scheduled tasks manager, find -the srem task and open its properties, and select "Run whether user is -logged on or not". +every time the commands are run, open the scheduled tasks manager, +find the srem tasks and open their properties, and select "Run whether +user is logged on or not". ## Building -- cgit v1.2.3