View Single Post
Old 03-11-2021, 01:01 PM   #33
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,805
Karma: 7423683
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by DNSB View Post
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

Last edited by geek1011; 03-11-2021 at 01:06 PM.
geek1011 is offline   Reply With Quote