From 4f335cc528d633405b0c3973762c5a93e34a78f6 Mon Sep 17 00:00:00 2001 From: Vaibhav Kashyap <29284860+vabtree@users.noreply.github.com> Date: Sat, 6 Aug 2022 12:23:15 +0530 Subject: [PATCH] Update README.md --- README.md | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index fa30a0f..bb9f331 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,26 @@ -# Multiple Application -map.exe runs multiple versions of same or different programs without searching on the entire machine each time. -### How to configure? -You get only 2 things in package: -1. **Application file - map.exe** -2. **Configuration file - map.ini file** - Contains the = under label **[PROGRAMPATHS]** (don't change label’s name) -3. Put the name of your application(s) and it’s absolute location in the .ini file. +# Multiple Application (MAP) +## What is MAP? + + 1. Do you have many shortcuts(links) on desktop? Then chances are + 80% of time you only use 20% of them. + 2. Is your Taskbar is full with program links? + 3. Do you have to search your desktop for programs to run? + +> If answer is Yes. Then MAP is the a solution. + +`map.exe` runs multiple programs (or simply applications) or desktop shortcuts without searching on the entire system each time. + +### How to configure MAP? +You get 2 things in release-package: +1. **Main application program - map.exe** +2. **Map configuration file - map.ini file** - Contains the \=\ pair under label **[PROGRAMPATHS]** (don't change label’s name) +3. Put the name of your application(s) and it’s absolute location in the .ini configuration file. --- *Example:*
If your application ```Notepad++ version 6.7.4``` is at location ```'D:\Program Files\Notepad++6.7.4\notepad++.exe'``` -Then map.ini file would contain,
+Then ```map.ini``` file would contain,
```Notepad++ 6.7.4='D:\Program Files\Notepad++6.7.4\notepad++.exe'``` -Similarly other versions/applications can be added to the configuration file. \ No newline at end of file +Similarly other versions/applications can be added to the configuration file.