view 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
line wrap: on
line source

@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