Quote:
Originally Posted by DNSB
Open the kobopatch.bat file with a text editor and add the pause as the last line in the file. You can also delete the log.txt file in the out directory and run kobopatch.bat which will give you a log of that session only. That can be posted here either in the message but please, wrap in in spoiler tags (the eye with the X icon) or as a file attachment
Code:
@echo off
cd /D "%~dp0"
erase "out/KoboRoot.tgz" >nul 2>&1
"./bin/koboptch-windows.exe"
pause
Also note that selecting all the options can cause errors since some of the options are mutually exclusive.
|
I am going to add a message box on Windows for the next kobopatch version since doing this every time is getting kind of ridiculous.
https://github.com/pgaskin/kobopatch/issues/35