Command line help to copy User Comment data

Started by FionaH, May 29, 2011, 04:09:08 AM

Previous topic - Next topic

StarGeek

CMD will have only the directory path as the prompt as shown by your examples of C:\1-TEMP\EXIFtool>

PowerShell has a leading PS, which would be PS C:\1-TEMP\EXIFtool>

What is the result of
exiftool -G1 -a -s -Subject -XPKeywords -sep ## -php file.jpg
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype

FionaC

C:\1-TEMP\EXIFtool>exiftool -G1 -a -s -Subject -XPKeywords -sep ## -php *.jpg
Array(Array(
  "SourceFile" => "IMGP1720.JPG",
  "IFD0:XPKeywords" => "Dad"
));

FionaC