mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 05:17:44 +02:00
Update the comment based help
This commit is contained in:
@ -2,8 +2,11 @@
|
||||
.SYNOPSIS
|
||||
Copy image files sorted by year and month
|
||||
.DESCRIPTION
|
||||
Copy image files from SourceDir to TargetDir sorted by year and month
|
||||
copy-photos-sorted.ps1 [<SourceDir>] [<TargetDir>]
|
||||
This script copies image files from SourceDir to TargetDir sorted by year and month.
|
||||
.PARAMETER SourceDir
|
||||
Specifies the path to the image files
|
||||
.PARAMTER TargetDir
|
||||
Specifies the path to the target folder
|
||||
.EXAMPLE
|
||||
PS> ./copy-photos-sorted D:\Mobile\DCIM C:\MyPhotoAlbum
|
||||
.NOTES
|
||||
|
Reference in New Issue
Block a user