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