comparison indenters/vbsbeaut.bat @ 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 408b4e761f98
children
comparison
equal deleted inserted replaced
781:88c587deed8c 782:27e329bdb08a
1 @echo off 1 @echo off
2 set callpath=%0 2 set callpath=%0
3 ::echo %0
3 set exeBasePath=%callpath:~0,-13% 4 set exeBasePath=%callpath:~0,-13%
4 ::echo %exeBasePath% 5 ::echo %exeBasePath%
5 copy %exeBasePath%vbsbeaut_keywords.txt" .\keywords.txt > nul 6 copy "%exeBasePath%\vbsbeaut_keywords.txt" .\keywords.txt > nul
6 copy %exeBasePath%vbsbeaut_keywords_indent.txt" .\keywords_indent.txt > nul 7 copy "%exeBasePath%\vbsbeaut_keywords_indent.txt" .\keywords_indent.txt > nul
7 %exeBasePath%vbsbeaut.exe" %1 %2 %3 %4 %5 %6 %7 8 "%exeBasePath%\vbsbeaut.exe" %1 %2 %3 %4 %5 %6 %7