From 6666efcb880d5339350015cfdcd93e98ed9b66e2 Mon Sep 17 00:00:00 2001 From: p7mj Date: Wed, 28 Jan 2026 08:22:30 -0500 Subject: [PATCH] Updated README.md Added a whole lot ton of things --- README.md | 49 +++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 45 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6b395f8..2b011a0 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,50 @@ Then, download the python file from above. You can choose to run it through doub `python interceptor-aps.py` - - - - +

Config

+At the start of the code, there is this config section: + +``` +# ---------- CONFIGURATION ---------- # + +monitor_path = r"C:\Program Files\Renato Software\Senso.Cloud.Client" # Path to be monitored +``` +You should not have to change the path, but if it is neccesary, redirect it to the Senso.Cloud.Client directory which should be located at `C:\Program Files\Renato Software\Senso.Cloud.Client`. + +

Usage

+On launch, Interceptor will display this in the console: + +``` +================================================================================ +Interceptor APS (Active Protection System) +-------------------------------------------------------------------------------- +Choose a cover app to open: +[1] Chrome (empty) +[2] Edge (empty) +[3] Adobe Illustrator (predetermined) +[4] Onenote (Identical) +[5] Enter a path (Not recommended) +[6] It has a name (NOTE) + +- Empty: window opens empty +- Predetermined: window opens with whatever was on it. + * Requires having it open in the first place +- Identical: a NEW window opens with what you had earlier/what you have now. +- Not recommended: Only use this if you know what you're doing. + * If you get the path wrong, the program will fail you at the most critical moment. +- NOTE: Probably the best way by far. + * Type the name of the window (partial names work, like note for OneNote) and it will pop up. +Enter your option > +``` + +Empty: Means that the program will be opened with an empty window, if the application startup settings are default. Otherwise, it will open as per the configuration in the individual app. + +Predetermined: Some applications open with what they already have. These applications require you to open the app and set it up to a desired state first, then leave it open in the background. + +Identical: These applications open with whatever they had before if closed, and a new instance of what they have now if already opened. It is not required to do anything but it is recommended to open the app, set it up to a desired page, then close it. + +Not Recommended: This refers to the Path function. It is not yet verified if double escapes are required for the path. + +NOTE: This option is the easiest way to bring an already existing window to the front. It requires the window to already be open, and that you know its name. Partial names and messy capitalization work in this case, like `note` for `OneNote` and `firefox` for `Firefox`.