From 37a61884c7c07e8824af8e12e0bf385ce09ee8fa Mon Sep 17 00:00:00 2001 From: Jiangtang Hu Date: Tue, 26 Apr 2016 17:06:14 -0400 Subject: [PATCH] modify session of Running the program --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8145c16..cc7bd0d 100644 --- a/README.md +++ b/README.md @@ -46,12 +46,22 @@ Running the program ------------------- Each report is input into the program (newest followed by oldest), -followed by a "release date" and then the filename of the output. +followed by a "release date" and then the filename of the output. Suppose the package is in *C:\\DiffCDISC* , Open a shell window and run: -C:\DiffCDISC\dist>RunChanges "..\docs\SDTM Terminology 2015-09-25.txt" "..\docs\SDTM Terminology 2015-06-26.txt" "9/25/2015" Changes.txt +``` +cd C:\DiffCDISC\dist +RunChanges "..\docs\SDTM Terminology 2015-09-25.txt" "..\docs\SDTM Terminology 2015-06-26.txt" "9/25/2015" Changes.txt +``` + +If all goes well, you will get in the shell window: + +``` Initializing diff report... Getting changes... Printing changes report... +``` + +The output file Changes.txt will be in *C:\\DiffCDISC\\dist*. About the program -----------------