Discussion:
Accessing files on a memory card of a digital camera
(too old to reply)
g***@earthlink.net
2015-09-19 16:36:26 UTC
Permalink
Windows Explorer says the 106_PANA folder is in this path:

Computer\Canon PowerShot G16\Removable storage\DCIM\106_PANA

Using the DOS Command Prompt, and type either CD or DIR followed by that path, the error is "The System cannot find the file specified".

How should I type the path?
Auric__
2015-09-19 17:28:21 UTC
Permalink
Post by g***@earthlink.net
Computer\Canon PowerShot G16\Removable storage\DCIM\106_PANA
Using the DOS Command Prompt, and type either CD or DIR followed by that
path, the error is "The System cannot find the file specified".
How should I type the path?
(Off topic in this group.)

That's almost certainly a virtual folder, which I'm pretty sure can't be
accessed via the command prompt.

What *exactly* are you trying to do?
--
I want everything. I want everything.
g***@earthlink.net
2015-09-19 19:22:09 UTC
Permalink
I'm trying to create a text file containing the filenames in the folder.
Auric__
2015-09-20 02:16:54 UTC
Permalink
Post by g***@earthlink.net
I'm trying to create a text file containing the filenames in the folder.
Why? What do you ultimately intend to do?
--
Prepare for a life in hell, a thankless job where you service the dregs
of society. Kinda like being a hooker that works in a crack house.
Todd Vargo
2015-09-20 02:40:35 UTC
Permalink
Post by g***@earthlink.net
Computer\Canon PowerShot G16\Removable storage\DCIM\106_PANA
Using the DOS Command Prompt, and type either CD or DIR followed by that path, the error is "The System cannot find the file specified".
How should I type the path?
Probably not the answer you want, but, the simplest solution is to
remove the the flash card from the camera and plug it into a flash card
reader. Windows will then assign it a drive letter, whereas while still
in the camera Windows does not assign a drive letter.

If you don't have a flash card reader and need to access the files this
way on a regular basis, the small investment is worth it.
--
Todd Vargo
(Post questions to group only. Remove "z" to email personal messages)
Geo
2015-09-20 15:54:08 UTC
Permalink
Post by g***@earthlink.net
Computer\Canon PowerShot G16\Removable storage\DCIM\106_PANA
Using the DOS Command Prompt, and type either CD or DIR followed by that path, the error is "The System cannot find the file specified".
How should I type the path?
The path has spaces that DOS does not like.
e.g.

......................................
C:\>dir program files
Volume in drive C is C_Drive
Volume Serial Number is 20AE-7C03

Directory of C:\


Directory of C:\

File Not Found
....................................


C:\>dir "program files"
Volume in drive C is C_Drive
Volume Serial Number is 20AE-7C03

Directory of C:\program files

22/12/2014 20:42 <DIR> .
22/12/2014 20:42 <DIR> ..
05/08/2008 17:33 <DIR> Broadcom
etc
11/08/2004 17:15 <DIR> xerox
0 File(s) 0 bytes
31 Dir(s) 13,420,457,984 bytes free
.......................................................................
Robert Baer
2016-08-14 05:18:52 UTC
Permalink
Post by g***@earthlink.net
Computer\Canon PowerShot G16\Removable storage\DCIM\106_PANA
Using the DOS Command Prompt, and type either CD or DIR followed by that path, the error is "The System cannot find the file specified".
How should I type the path?
Why type? Use Windows Explorer and go to the location and see the
list of files. If you want to get there at a CMD prompt, the cd\ works
for me.
<drive>: **fer eggzample Q:\
CD\Canon PowerShot G16\Removable storage\DCIM\106_PANA
Seen to work in Win2K and WinXP, should be the same in Win7.

Once there, type at CMD prompt:
DIR > FOOLIST.TXT
And edit out the junk.
Or..
DIR *.JPG > FOOLIST.TXT
And edit out the junk.
Auric__
2016-08-14 19:08:59 UTC
Permalink
Post by Robert Baer
Post by g***@earthlink.net
Computer\Canon PowerShot G16\Removable storage\DCIM\106_PANA
Using the DOS Command Prompt, and type either CD or DIR followed by
that path, the error is "The System cannot find the file specified".
How should I type the path?
Why type? Use Windows Explorer and go to the location and see the
list of files. If you want to get there at a CMD prompt, the cd\ works
for me.
<drive>: **fer eggzample Q:\
CD\Canon PowerShot G16\Removable storage\DCIM\106_PANA
Seen to work in Win2K and WinXP, should be the same in Win7.
DIR > FOOLIST.TXT
And edit out the junk.
Or..
DIR *.JPG > FOOLIST.TXT
And edit out the junk.
"Computer\Canon PowerShot G16\Removable storage\DCIM\106_PANA" suggests to me
that the camera is mounted as a virtual folder (as I said before) and
therefore *has* no drive letter. I have devices (phones, mostly, but
previously also cameras) that mount similarly, and you can *only* access them
via Explorer (or perhaps some other tool that can deal with virtual folders,
which I don't currently have).
--
Could it get any weirder?
This is quantum mechanics, so yeah.
Robert Baer
2016-08-18 05:37:55 UTC
Permalink
Post by Auric__
Post by Robert Baer
Post by g***@earthlink.net
Computer\Canon PowerShot G16\Removable storage\DCIM\106_PANA
Using the DOS Command Prompt, and type either CD or DIR followed by
that path, the error is "The System cannot find the file specified".
How should I type the path?
Why type? Use Windows Explorer and go to the location and see the
list of files. If you want to get there at a CMD prompt, the cd\ works
for me.
<drive>: **fer eggzample Q:\
CD\Canon PowerShot G16\Removable storage\DCIM\106_PANA
Seen to work in Win2K and WinXP, should be the same in Win7.
DIR> FOOLIST.TXT
And edit out the junk.
Or..
DIR *.JPG> FOOLIST.TXT
And edit out the junk.
"Computer\Canon PowerShot G16\Removable storage\DCIM\106_PANA" suggests to me
that the camera is mounted as a virtual folder (as I said before) and
therefore *has* no drive letter. I have devices (phones, mostly, but
previously also cameras) that mount similarly, and you can *only* access them
via Explorer (or perhaps some other tool that can deal with virtual folders,
which I don't currently have).
Check; read and understood the funnybusiness about virtual folder.
Have a Nikon and a GE digital camera, and they always show a drive
with folder "tree".
Never seen a folder with that strange name \Removable storage
anywhere in the tree.
Attached minimal screen capture; only thing weird is naming as "Sony"
which is the thumbdrive i usually use (camera went squirrely once and
now alive again).

Continue reading on narkive:
Loading...