View Single Post
Old 08-21-2015, 09:01 AM   #9
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by GeoffR View Post
3. Note that in Windows 8 the instructions below might require the batch file to be run in admistrator mode.
I do not know under which conditions this is required. As reported in another thread, which I cannot find right now, running as administrator by right-clicking and selecting run as administrator causes a problem. The solution proposed by DNSB was to add "CD %~dp0" after "@ECHO off", if I remember correctly (or at least something to that effect). So the bat file would start with
Code:
@ECHO off
CD %~dp0
tshering is offline   Reply With Quote