View Single Post
Old 06-04-2019, 11:45 PM   #7
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,079
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
double \\ are needed internally to pass a \ as part of the string (and for the Log. do not use for the command)
it is called Escaping. \ is a escape character. to Not have it be an Escape, you need to 'Escape the next character. thus \\

Code:
C:\\Files\\Calibre-Books'
is NOT a program (it may be a Library)

the (64 bit version) Program is C:\Program Files\Calibre2\calibre.exe
theducks is offline   Reply With Quote