You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _software/compfiledate.html
+9-9
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
layout: "programs-tplt"
3
3
group: apps
4
4
priority: 5
5
-
version: "2.1.0"
6
-
release-date: "2021-09-30"
7
-
os: "Windows 2000 & later"
5
+
version: "2.2.0"
6
+
release-date: "2024-08-27"
7
+
os: "Windows 7 SP1 & later"
8
8
title: "File Date Comparison Utility"
9
9
precis: "Compares the last modification date of two files"
10
10
summary: "Compares the last modification date of two files. For use in batch files etc."
@@ -28,9 +28,6 @@ <h2 class="panel-title">
28
28
<p>
29
29
The type of comparison required can be customised. The program can compare either the last modification date or the creation date of files. In the case of shortcut files either the date of the shortcut file itself or that of the file it references can be compared.
30
30
</p>
31
-
<p>
32
-
For details of how to use the programs read <code>README.md</code> – the file is linked to in the <ahref="#docs">documentation section</a> below.
33
-
</p>
34
31
</div>
35
32
</section>
36
33
@@ -42,14 +39,17 @@ <h2 class="panel-title">
42
39
</div>
43
40
<divclass="panel-body">
44
41
<p>
45
-
This program is hosted on GitHub in the <code><ahref="{{ page.repo-url }}">ddabapps/compfiledate</a></code> repository. The program can be downloaded from the repository's <em>Releases</em> tab.
42
+
This program is hosted on GitHub in the <code><ahref="{{ page.repo-url }}">ddabapps/compfiledate</a></code> repository. The program can be downloaded from the repository's <em>Releases</em> tab. Both 64 and 32 bit versions of the program are available.
43
+
</p>
44
+
<pclass="alert alert-danger glyph">
45
+
The program is no longer available from SourceForge.
46
46
</p>
47
47
<p>
48
48
Each release gives the option of downloading either the program in executable format or the source code. Your options are:
49
49
</p>
50
50
<ul>
51
51
<li>
52
-
Choose <code>compfiledate-exe-{{page.version}}.zip</code>to download a zip file containing the program. Extract the content of the <code>.zip</code> file. The included read-me file (<code>ReadMe.txt</code>) explains how to install and use the program.
52
+
The program comes packaged in a zip file. There are different zip files for the 32 bit and 64 bit versions. You should choose the 64 bit version <code>compfiledate-exe64-{{page.version}}.zip</code>unless you are running 32 bit Windows in which case choose to download <code>compfiledate-exe32-{{page.version}}.zip</code>. Extract the content of the chosen <code>.zip</code> file. The included read-me file, <ahref="{{ page.repo-url }}/blob/master/Docs/ReadMe.txt"><code>README.txt</code><spanclass="sr-only"> (plain text)</span></a>, explains how to install and use the program.
53
53
</li>
54
54
<li>
55
55
Choose <code>Source code.zip</code> to download the source code in <code>.zip</code> format.
@@ -76,7 +76,7 @@ <h2 class="panel-title">
76
76
</p>
77
77
<ulclass="list-group">
78
78
<liclass="list-group-item">
79
-
<spanclass="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><ahref="https://github.com/ddabapps/compfiledate/blob/master/README.md">Read Me<spanclass="sr-only"> (markdown format text file)</span></a> – contains details of how to install the program, along with other information.
79
+
<spanclass="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><ahref="https://github.com/ddabapps/compfiledate/blob/master/Docs/ReadMe.txt">Read Me<spanclass="sr-only"> (plain text file)</span></a> – contains details of how to install and use the program.
80
80
</li>
81
81
<liclass="list-group-item">
82
82
<spanclass="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><ahref="https://github.com/ddabapps/compfiledate/blob/master/LICENSE.md">License<spanclass="sr-only"> (markdown format text file)</span></a> – the program's end user license agreement.
0 commit comments