I'm on Windows, trying to use the following batch file:
@echo off &setlocal
set "search=false); // disable U"
set "replace=true); // disable U"
set "textfile=C:\Program Files (x86)\Mozilla Firefox\mozilla.cfg"
call jrepl.bat "%search%" "%replace%" /f "%textfile%" /o -
pause
to change a line in a config file. When I run the file, it says
'jrepl.bat' is not recognized as an internal or external command
.
Both my batch file and jrepl.bat are saved to the desktop. How can I get my batch to find jrepl?