Move everything to PowerShell on Windows

Port existing batch script behavior over to PowerShell, and switch over to a
command-based pattern like DBRepair.sh - that is, allow the user to pass in a
list of commands to be run automatically, or, if no commands are provided,
interactively allow the user to choose what to do.
This commit is contained in:
danrahn
2024-05-11 14:49:53 -07:00
parent ec9edaf304
commit c9a9a1eb81
3 changed files with 817 additions and 0 deletions

View File

@@ -10,6 +10,12 @@ REM This is stable working software but not "Released" software. Development wi
setlocal enabledelayedexpansion
echo.
echo NOTE: This script is being replaced with the PowerShell script DBRepair-Windows.ps1,
echo which aims to better emulate DBRepair.sh (more options, interative mode, etc).
echo Consider moving over to the new script.
echo.
REM ### Create Timestamp
set Hour=%time:~0,2%
set Min=%time:~3,2%