From: Munkyu Im Date: Tue, 8 Sep 2015 07:15:57 +0000 (+0900) Subject: tap: wrap with double quotes X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.2~40^2~135 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=59bc2e6e5b3a22af5406805b54e765f53fab9a4d;p=sdk%2Femulator%2Fqemu.git tap: wrap with double quotes to support launching that executable binary has space character. Change-Id: I00b1f896369274957ab49da649146ddad056e9cb Signed-off-by: Munkyu Im --- diff --git a/tizen/src/scripts/tap-uninstall.bat b/tizen/src/scripts/tap-uninstall.bat index e5c5030614..fce4a5d6b4 100755 --- a/tizen/src/scripts/tap-uninstall.bat +++ b/tizen/src/scripts/tap-uninstall.bat @@ -1,4 +1,4 @@ @ECHO OFF SET EMULATOR_BIN_PATH=%~dp0 rem remove all tap devices -%EMULATOR_BIN_PATH%\devcon.exe remove OemWin2k.inf tap0901 +"%EMULATOR_BIN_PATH%\devcon.exe" remove OemWin2k.inf tap0901