59. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 5/9/2017 12:02:45 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

59.1 Files compared

# Location File Last Modified
1 OSCIF_HEC_v1.4_Sprint23_build4_Apr_2017.zip\CRM_solutions\Archive\VHACRMESRWebResources extract.bat Fri Apr 28 20:46:00 2017 UTC
2 OSCIF_HEC_v1.4_Sprint23_build4_Apr_2017.zip\CRM_solutions\Archive\VHACRMESRWebResources extract.bat Thu May 4 22:31:38 2017 UTC

59.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 34
Changed 1 2
Inserted 0 0
Removed 0 0

59.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

59.4 Active regular expressions

No regular expressions were active.

59.5 Comparison detail

  1   @echo off
  2   set soluti onname= DNS    ESRWebReso urces
  3  
  4   for /f "to kens=2 del ims==" %%a  in ('wmic  OS Get lo caldatetim e /value')  do set "d t=%%a"
  5   set "YY=%d t:~2,2%" &  set "YYYY =%dt:~0,4% " & set "M M=%dt:~4,2 %" & set " DD=%dt:~6, 2%"
  6   set "HH=%d t:~8,2%" &  set "Min= %dt:~10,2% " & set "S ec=%dt:~12 ,2%"
  7  
  8   set "dates tamp=%YYYY %%MM%%DD%"  & set "ti mestamp=%H H%%Min%%Se c%"
  9   set "fulls tamp=%YYYY %%MM%%DD%- %HH%%Min%% Sec%"
  10   REM echo d atestamp:  "%datestam p%"
  11   REM echo t imestamp:  "%timestam p%"
  12   REM echo f ullstamp:  "%fullstam p%"
  13  
  14   set logfil e=solution -extract-o nly-sp_log %fullstamp %.log
  15   REM echo % logfile%
  16   rd source  /s /q
  17   mkdir sour ce
  18   tools\solu tionpackag er.exe /ac tion:Extra ct /zipfil e:"%soluti onname%.zi p" /folder :source /e rrorlevel: verbose /a llowWrite: Yes /allow Delete:Yes  /log:logs \%logfile%  /clobber