|
|
NMEAsync
NMEAsync is a 32 bits console application that uses the data supplied by a GPS
receiver to synchronize the date and time of a PC running Windows.
The GPS receiver must generate NMEA sentences, and be connected to
the PC using a serial cable.
NMEAsync uses the "$GPRMC" NMEA sentence to obtain the current date
and time.
NMEAsync returns an errorlevel 0 if everything went OK, and a positive
value otherwise.
NMEAsync is freeware. gps,time,clock,navigation,boat freeware listed in gps,time,clock,navigation,boat section.
Keywords: sentence gprmc gps receiver console application synchronize current date serial cable errorlevel nmea sentences listview control support png
|
|
|
SHA1files
SHA1files is a 32 bits console application that computes the SHA1 digest of
files under Windows.
The main applications are
- the detection of any change in files (typically a web server directory
to make sure no file has been altered - integrity check)
- the detection of duplicate files on disk (based on their actual content,
not their name or location)
SHA1files {/root= [/duplicates] [/ExcludeList=] | [/verify=]}
/root= the directory where to begin
/ExcludeList= exclude the files matching the lines contained
in this text file (wildcards allowed)
/verify= compare the files currently on disk against
this text file containing the captured output
of a previous run of SHA1files
/duplicates show the duplicate files only
All parameters ARE case sensitive.
The lines in the ExcludeList must match the FULL path ("*/SHA1files.htm").
The distribution file SHA1files.zip contains batch files with examples how
to use the program.
SHA1files /root=c:\test
SHA1files /root=c:\test /duplicates
SHA1files /root=c:\test /ExcludeList=SHA1ExcludeList.txt
SHA1files /root=c:\test > test.txt
SHA1files /verify=test.txt
SHA1files returns an errorlevel 0 if everything went OK, and a positive value
otherwise, in order to allow specific actions in batch files depending on the
results.
SHA1files is freeware. SHA1files is a freeware categorized under security;cryptography;web authoring tools.
Keywords: errorlevel match root c wildcards web server directory integrity check test test console application sha1 duplicate files c test computes batch files relative position smtp protocol
|