Allow to run cmd task from custom location.

This commit is contained in:
Samuel Vasko
2013-11-29 12:09:20 +01:00
parent d95f25207d
commit 9d5d3e1556
3 changed files with 7 additions and 10 deletions

View File

@ -1,2 +1,3 @@
@echo off
start vendor/conemu-maximus5/ConEmu.exe /Title Cmder /LoadCfgFile ../../config/ConEmu.xml
@echo off
SET CMDER_ROOT=%~dp0
start %~dp0/vendor/conemu-maximus5/ConEmu.exe /Title Cmder /LoadCfgFile %~dp0/config/ConEmu.xml