Quote:
Originally Posted by icallaci
I have found that the folder I run the .bat file from must be close to root. If the path is too long, I get errors.
|
Right, there are some limitations.
On my system (W8 8.1), for instance
Code:
C:\data\1234567890\1234567890\1234567890\1234567890\1234567890\123456780\1234567890\1234567890\1234567890\1234567890\1234567890\123456780\abc\abc\abc\abc\abc\abc\abc\abc\abc\abc\abc\abc\abc\abc\abc\abc\abc\abc\abc\abc\patch_kobo_3110
does not work*, but
Code:
C:\data\1234567890\1234567890\1234567890\1234567890\1234567890\123456780\1234567890\1234567890\1234567890\1234567890\1234567890\123456780\abc\abc\abc\abc\abc\abc\abc\abc\abc\abc\abc\abc\abc\abc\patch_kobo_3110
is sufficiently "close to root."
* If I add some more /abc-s, windows even refuses to run the bat file because of "internet security" concerns.