Subversion-Projekte sthq.colony7

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
62 chriss 1
@Echo OFF
2
::EQU=Equal
3
::NEQ=!Equal
4
::LSS=Less
5
::LEQ=Less or Equal
6
::GTR=Greather then
7
::GEQ=Greather or Equal then
8
::ERRORLEVEL 1/0
9
cls
10
set fileWithReplacemnets=replacelist.txt
11
echo -----------------------------------------------
12
echo.
13
echo Please enter the relative path and the exact name
14
echo of the file you want to be have edited with SuperReplace.
15
echo The File with the replace Strings is: %fileWithReplacemnets%
16
echo.
17
echo -----------------------------------------------
18
set /p fileToEdit=
19
SuperReplace.exe /replacementFile %fileWithReplacemnets% /editFile %fileToEdit%