I just started using Jrepl today because I wanted to delete all lines in Detective.savedata that contain the characters entered in the !codename! variable.
Code: Select all
Call Jrepl.bat "%codename%" " " /f %systemdrive%/system/myfolder/Detective.savedata /o -
But when I run the code stated above, it gives a error:
Code: Select all
ERROR: Too many arguments.
Use JREPL /? or JREPL /?? to get help.
It doesn't accept anything that's written in front of the %systemdrive% variable.
I tried putting the whole path in one var, that doesn't work.
I tried using ! exclamation marks instead of % percentage signs that has no effect either
If someone can help me, I would extremely grateful.