View Single Post
Old 11-22-2024, 02:28 PM   #16
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,581
Karma: 79436940
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
Let's try that directory listing again.

First thing to do is to open a Windows command prompt. That should just display a C: prompt

Now assuming that your Kobo is mounted on drive E just type
Code:
dir e: /s /a > dir.txt
That will create a file in the directory you were in on the C drive.

The /s says all directories and the /a says all files including any with the hidden attribute

Sent from my Pixel 7a using Tapatalk
PeterT is offline   Reply With Quote