Minor Updates to Test Script
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
echo off
|
||||
NameSort.exe "Sort Me.txt" > Output.txt
|
||||
fc Output.txt Sorted.txt
|
||||
|
||||
SET OUTPUT="output.txt"
|
||||
|
||||
if exist %OUTPUT% del /f %output%
|
||||
NameSort.exe "Sort Me.txt" > %OUTPUT%
|
||||
fc %OUTPUT% Sorted.txt
|
||||
if %errorlevel% EQU 0 (echo "Success") else ( echo "Failure")
|
||||
|
||||
Reference in New Issue
Block a user