From 74f491eaaa77791c2b0643ab387ca9c5b97b732b Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 21 Apr 2020 17:03:45 -0700 Subject: [PATCH] Forgot the flag --- DICUI.Library/DD/Parameters.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DICUI.Library/DD/Parameters.cs b/DICUI.Library/DD/Parameters.cs index 87c1236d..a83f8c85 100644 --- a/DICUI.Library/DD/Parameters.cs +++ b/DICUI.Library/DD/Parameters.cs @@ -262,7 +262,10 @@ namespace DICUI.DD { BaseCommand = Command.NONE; + this[Flag.InputFile] = true; InputFileValue = $"\\\\?\\{driveLetter}:"; + + this[Flag.OutputFile] = true; OutputFileValue = filename; // TODO: Add more common block sizes