Compare commits

..

No commits in common. "6ab9b131b89fd918ee00574b4be68a0eead50fc8" and "0e9633a60fd2d298c67103c9fa7fe1d723e7aa15" have entirely different histories.

View File

@ -27,11 +27,11 @@ if ($Run) {
$PARAM_RUN = $true $PARAM_RUN = $true
} }
$dateTime = Get-Date -Format "yyyy-MM-dd_HH-mm-ss" $dateTime = Get-Date -Format "dd-MM-yyyy_HH-mm-ss"
$logdir = "$env:localappdata\winutil\logs" $logdir = "$env:localappdata\Winutil\Log"
[System.IO.Directory]::CreateDirectory("$logdir") [System.IO.Directory]::CreateDirectory("$logdir")
Start-Transcript -Path "$logdir\winutil_$dateTime.log" -Append Start-Transcript -Path "$logdir\Winutil_$dateTime.log" -Append
# Load DLLs # Load DLLs
Add-Type -AssemblyName PresentationFramework Add-Type -AssemblyName PresentationFramework