From 8903e93474ee5ab6aa9da0b03034df3c4ffb918b Mon Sep 17 00:00:00 2001 From: sjaz Date: Fri, 2 Jan 2009 18:45:24 +0000 Subject: [PATCH] Added quotes to Config.bat to fix windows error when initiated from spaced path (Input Error: There is no file extension in "C:\Documents".) git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1911 5417fbe8-f217-4b02-8779-1006273d7864 --- Config.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.bat b/Config.bat index 7205c91ef..eb320c09d 100644 --- a/Config.bat +++ b/Config.bat @@ -1,3 +1,3 @@ @echo off -cscript /nologo %~dp0\install.js +cscript /nologo "%~dp0\install.js" pause