mirror of
https://github.com/cmderdev/cmder.git
synced 2025-02-22 21:30:23 +08:00
Adding the ability to launch from a folder/parent folder with spaces in it.
This commit is contained in:
parent
9feec9e0c2
commit
74930bdf6e
@ -1,3 +1,3 @@
|
|||||||
@echo off
|
@echo off
|
||||||
SET CMDER_ROOT=%~dp0
|
SET CMDER_ROOT=%~dp0
|
||||||
start %~dp0/vendor/conemu-maximus5/ConEmu.exe /Icon "%CMDER_ROOT%\icons\cmder.ico" /Title Cmder /LoadCfgFile "%CMDER_ROOT%\config\ConEmu.xml"
|
start "" "%~dp0\vendor\conemu-maximus5\ConEmu.exe" /Icon "%CMDER_ROOT%\icons\cmder.ico" /Title "Cmder" /LoadCfgFile "%CMDER_ROOT%\config\ConEmu.xml"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user