changeset 782:27e329bdb08a

Added missing quotes and backslash to the VBS Beautifier helper batch file. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1059 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Wed, 28 Dec 2011 22:53:35 +0000
parents 88c587deed8c
children bb215f38488f
files indenters/vbsbeaut.bat
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/indenters/vbsbeaut.bat	Tue Dec 27 15:39:08 2011 +0000
+++ b/indenters/vbsbeaut.bat	Wed Dec 28 22:53:35 2011 +0000
@@ -1,7 +1,8 @@
 @echo off
 set callpath=%0
+::echo %0
 set exeBasePath=%callpath:~0,-13%
 ::echo %exeBasePath%
-copy %exeBasePath%vbsbeaut_keywords.txt" .\keywords.txt > nul
-copy %exeBasePath%vbsbeaut_keywords_indent.txt" .\keywords_indent.txt > nul
-%exeBasePath%vbsbeaut.exe" %1 %2 %3 %4 %5 %6 %7
\ No newline at end of file
+copy "%exeBasePath%\vbsbeaut_keywords.txt" .\keywords.txt > nul
+copy "%exeBasePath%\vbsbeaut_keywords_indent.txt" .\keywords_indent.txt > nul
+"%exeBasePath%\vbsbeaut.exe" %1 %2 %3 %4 %5 %6 %7
\ No newline at end of file