mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2025-12-11 20:02:35 -05:00
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:
@@ -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%
|
||||
|
||||
Reference in New Issue
Block a user