Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 761 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 761 Bytes

Worktools launcher

Worktools launcher is a Batch script who launch all your usual softwares and can also run Git commands, in one click.

How it work ?

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