https://bugs.kde.org/show_bug.cgi?id=513819
--- Comment #5 from james anderson <[email protected]> --- (In reply to caulier.gilles from comment #4) > James, > > When you have a sample script for Windows to provide as example in the > documentation, Please share. > > Best regards > > Gilles Caulier Hi Gilles, This is effectively your sample bash script translated for Windows: :: Windows shell example set infile=$INPUT set outfile=$OUTPUT echo INPUT FILE: %infile% >>c:\temp\digikam.txt echo OUTPUT FILE: %outfile% >>c:\temp\digikam.txt echo TITLE: %TITLE% >>c:\temp\digikam.txt echo COMMENT: %COMMENT% >>c:\temp\digikam.txt echo COLORLABEL: %COLORLABEL% >>c:\temp\digikam.txt echo PICKLABEL: %PICKLABEL% >>c:\temp\digikam.txt echo RATING: %RATING% >>c:\temp\digikam.txt echo TAGSPATH: %TAGSPATH% >>c:\temp\digikam.txt copy %infile% %outfile% -- You are receiving this mail because: You are watching all bug changes.
