View Single Post
Old 03-11-2021, 11:46 AM   #31
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 47,022
Karma: 169810634
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by Mio View Post
When I exucute kobopach it starts and close ... how to add code ?
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.
DNSB is online now   Reply With Quote