-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <key>=<value> 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 \<key>=\<value> 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:* <br> | ||
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,<br> | ||
Then ```map.ini``` file would contain,<br> | ||
```Notepad++ 6.7.4='D:\Program Files\Notepad++6.7.4\notepad++.exe'``` | ||
Similarly other versions/applications can be added to the configuration file. | ||
Similarly other versions/applications can be added to the configuration file. |