This commit is contained in:
2023-07-25 07:49:51 +03:00
parent 96eca795ab
commit ce2ae68c9f
22 changed files with 25 additions and 1453 deletions
+2
View File
@@ -26,6 +26,8 @@ function ReadParams {
}
}
$params_file = if ($args[0] -eq $null) { "params.txt" } else { $args[0] }
$copy = $args | where { $_ -eq "copy" }
$run = $args | where { $_ -eq "run" }
$file = $args | where { ($_ -ne "copy" -and $_ -ne "run") }