View Single Post
Old 08-13-2018, 08:36 PM   #38
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,386
Karma: 171313058
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by bubulac View Post
I am working from the KOBOeReader (G: ) drive, patch_kobo_40811073 directory.
I'd suggest using a directory on your local hard drive instead of on the Kobo's USB exposed storage. Since you mentioned that the run as administrator landed in the Windows\System32 directory, you might try editing the line in the batch file that reads:
Code:
CD %~dp0
to read:

Code:
CD /D %~dp0
and try the run as administrator again.

The /D switch allow setting drive and path simultaneously which is likely the cause of your not switching directories.
DNSB is offline   Reply With Quote