From b6ba9099d2e1f8cbe2bf3d556b12a148b130c636 Mon Sep 17 00:00:00 2001 From: clamsawd Date: Sun, 15 Nov 2015 17:18:20 +0100 Subject: [PATCH] Windows Notes (How-to-Use.txt) --- How-to-Use.txt | 53 ++++++++++++++++++++++++++++---------------------- 1 file changed, 30 insertions(+), 23 deletions(-) diff --git a/How-to-Use.txt b/How-to-Use.txt index 0a230f8..67d27f6 100644 --- a/How-to-Use.txt +++ b/How-to-Use.txt @@ -1,23 +1,30 @@ -ip2e - How to use -================= - -STEPS TO USE: -------------- - - * Create a valid configuration file: - - - First, you must create the configuration file needed to run 'ip2e' correctly. - To do this, run the tool called 'ip2e-config.py': - - $ ./ip2e-config.py - - * Run the daemon: - - - When are configured the necessary data of the email sender & receiver, you can - run the tool called 'ip2e-daemon.py': - - $ ./ip2e-daemon.py - - - When daemon is running you can see the log file running the 'ip2e-log.py' tool: - - $ ./ip2e-log.py +ip2e - How to use +================= + +STEPS TO USE: +------------- + + * Create a valid configuration file: + + - First, you must create the configuration file needed to run 'ip2e' correctly. + To do this, run the tool called 'ip2e-config.py': + + $ ./ip2e-config.py + + * Run the daemon: + + - When are configured the necessary data of the email sender & receiver, you can + run the tool called 'ip2e-daemon.py': + + $ ./ip2e-daemon.py + + - When daemon is running you can see the log file running the 'ip2e-log.py' tool: + + $ ./ip2e-log.py + +WINDOWS NOTES: +-------------- + + - If you want to run ip2e-daemon.py without visible terminal, you must use the script + 'ip2e-daemon.vbs' located in win32\ip2e-daemon.vbs. Copy the script in the root + directory or at the same directory of 'ip2e-daemon.py' and double click about him.