My wife is an appraiser and not extremely computer savvy and so I helped her by creating a simply batch program which transfers all of her photos from her Nikon camera to a directory on her computer which is where the appraisal software is located.
She recently switch from the Nikon to using the Apple Iphone 4S which has comparable macro capability.
I can't figure out how to change the source directory to Apple Iphone.
Here is original program line:
COPY D:\DCIM\100NIKON\*.* "C:\Documents and Settings\All Users\Documents\PAS_Data\Photos\"
I tried to update the first part to reflect her iphone but it didn’t work. Any suggestions:
Copy Apple Iphone\*.* "C:\Documents and Settings\All Users\Documents\PAS_Data\Photos\"
Copy Apple Iphone:\*.* "C:\Documents and Settings\All Users\Documents\PAS_Data\Photos\"
Neither of them worked.
Any thoughts?
Thanks in advance.
Anthony
P.S. I apologize for the funny icon faces but when I put the name of the C directory or D directory with colons, it
brings up the faces...
She recently switch from the Nikon to using the Apple Iphone 4S which has comparable macro capability.
I can't figure out how to change the source directory to Apple Iphone.
Here is original program line:
COPY D:\DCIM\100NIKON\*.* "C:\Documents and Settings\All Users\Documents\PAS_Data\Photos\"
I tried to update the first part to reflect her iphone but it didn’t work. Any suggestions:
Copy Apple Iphone\*.* "C:\Documents and Settings\All Users\Documents\PAS_Data\Photos\"
Copy Apple Iphone:\*.* "C:\Documents and Settings\All Users\Documents\PAS_Data\Photos\"
Neither of them worked.
Any thoughts?
Thanks in advance.
Anthony
P.S. I apologize for the funny icon faces but when I put the name of the C directory or D directory with colons, it
brings up the faces...
Last edited: