Changeset 4006
- Timestamp:
- May 18, 2020, 1:40:24 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/netlabs/macros/stdctrl.e ¶
r4003 r4006 1958 1958 1959 1959 ; --------------------------------------------------------------------------- 1960 ; Returns the ISO date of the EPM loader in netlabs\bin.1960 ; Returns the ISO date of the EPM loader. 1961 1961 ; Used by NepmdInfo to compare versions. 1962 1962 defproc GetEpmLoaderDate 1963 EpmLoader = Nepmd QueryInstValue( 'RootDir')'\netlabs\bin\epm.exe'1963 EpmLoader = NepmdScanEnv( 'NEPMD_LOADEREXECUTABLE') 1964 1964 MDateTime = NepmdQueryPathInfo( EpmLoader, 'MTIME') 1965 1965 parse value MDateTime with MDate MTime … … 2176 2176 KeyPathCheckUrl = '\NEPMD\User\VersionCheck\CheckUrl' 2177 2177 CheckUrl = QueryConfigKey( KeyPathCheckUrl) 2178 --dprintf( 'EditNepmdVersionResult: CheckResult = 'CheckResult', Version = 'Version', NepmdVersion = 'GetNepmdVersion()', ReleaseDate = 'ReleaseDate', CheckDateTime = 'CheckDateTime) 2178 --dprintf( 'EditNepmdVersionResult: CheckResult = 'CheckResult', Version = 'Version', NepmdVersion = 'GetNepmdVersion()) 2179 --dprintf( ' ReleaseDate = 'ReleaseDate', CheckDateTime = 'CheckDateTime', EpmLoaderDate = 'EpmLoaderDate) 2179 2180 2180 2181 CheckedOn = '(checked on 'CheckDateTime')'
Note:
See TracChangeset
for help on using the changeset viewer.