View Single Post
Old 08-14-2018, 09:04 AM   #39
bubulac
Member
bubulac began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Dec 2009
Location: Canada
Device: Kobo Glo HD
Quote:
Originally Posted by DNSB View Post
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.
David, it worked this time!
Thank you for your suggestion.
bubulac is offline   Reply With Quote