We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb96bb commit acea692Copy full SHA for acea692
README.md
@@ -3,6 +3,9 @@
3
Powershell script to copy files from memory card to folder on disk. By default
4
the script will copy **.NEF** and **.JPG** files.
5
6
+Default is to copy all new files. Nothing will be overwritten, **inDir** and
7
+ **outDir** must be specified if other than default.
8
+
9
## Usage examples
10
<code>
11
.\copy-images.ps1 -indir "e:" -outdir "c:\images" -today
0 commit comments