Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joepitt91 authored Jun 28, 2016
1 parent 46b34c3 commit c8aa5dc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# DateFix
Rename inconsistently named photo and videos to "yyyy-mm-dd hh mm ss.ext" format and set file timestamps to match.

## Usage:

1. Create a backup of /path/to/target/folder/
2. Open PowerShell
3. Run the commands


Set-Location /path/to/target/folder/
/path/to/DateFix.ps1
4. Check the results are as expected
5. Delete the backup of /path/to/target/folder/

0 comments on commit c8aa5dc

Please sign in to comment.