Skip to content

Commit

Permalink
Automatically copy the User Guide from docs to resources only if it d…
Browse files Browse the repository at this point in the history
…id not exist or was out of date in resources.
  • Loading branch information
fjwright committed Oct 29, 2023
1 parent 9dfd649 commit c868f94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/UserGuide-to-resources.bat
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
copy docs\UserGuide.html resources\
@echo off
rem Copy file only if source time newer than destination time.
rem No prompting to overwrite an existing destination file.
xcopy docs\UserGuide.html resources\ /D /Y

0 comments on commit c868f94

Please sign in to comment.