Blame | Letzte Änderung | Log anzeigen | RSS feed
@Echo OFF::EQU=Equal::NEQ=!Equal::LSS=Less::LEQ=Less or Equal::GTR=Greather then::GEQ=Greather or Equal then::ERRORLEVEL 1/0clsset fileWithReplacemnets=replacelist.txtecho -----------------------------------------------echo.echo Please enter the relative path and the exact nameecho of the file you want to be have edited with SuperReplace.echo The File with the replace Strings is: %fileWithReplacemnets%echo.echo -----------------------------------------------set /p fileToEdit=SuperReplace.exe /replacementFile %fileWithReplacemnets% /editFile %fileToEdit%