Skip to content

Commit

Permalink
init README
Browse files Browse the repository at this point in the history
  • Loading branch information
yoanmalie committed Nov 12, 2015
1 parent bf7604c commit 9f1a710
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Worktools launcher
This batch file runs in Windows.
Edit launcher.bat to initialise your softwares paths. Make sure you have Git bash in the Windows PATH environment variables.
Run the launcher!

### Miscellaneous
Make sure you write correctly the variables.
- There no spaces before and after the equal sign
- The path is in double quotes
- The .exe file is out of quotes

```
set myapps="C:\Program Files\myapps" myapps.exe
```
And call it with `start /d %myapps%`

### Version
1.0.0

### Todos
- Possibility to run Git commands without the PATH environment variables set.

### License
WTFPL

0 comments on commit 9f1a710

Please sign in to comment.