View Single Post
Old 12-15-2019, 04:48 PM   #143
pghaworth
Fervent Pleasure Seeker
pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.
 
pghaworth's Avatar
 
Posts: 1,224
Karma: 712073
Join Date: Feb 2009
Location: The Windmills of My Mind
Device: Clara HD
Quote:
Originally Posted by jackie_w View Post
@pghaworth, It would be a lot easier to help you if we could see some error messages. Try opening kobopatch.bat in your text editor and putting this in it:
Code:
@echo off
cd /d "%~dp0"
erase "KoboRoot.tgz" >nul 2>&1
"./bin/koboptch-windows.exe"
PAUSE
When you double-click the .bat to run it, that PAUSE on the last line should stop the Windows CMD window closing before you get to see any error messages.
thanks.

Last edited by pghaworth; 12-15-2019 at 05:03 PM.
pghaworth is offline   Reply With Quote