Commit Graph
9 Commits
Author SHA1 Message Date
danrahn 3bb22f56cd Bump version 2025-05-24 14:34:44 -07:00
danrahn 481814ed2c Add statistics_bandwidth cleanup to Windows scripts 2025-05-24 10:34:41 -07:00
danrahn 1c5c4b6fbc Update Windows scripts to reflect name change 2025-05-23 19:51:46 -07:00
danrahn 82f1575293 [Windows] Check PMS state in more places
While it probably won't address #184 since the batch script works without issue,
but I was unable to replicate this on my system, so this is at least an
intermediate step. Also do some refactoring around the export process, and don't
remove temp files in scripted mode if the last operation failed.
2025-04-26 10:53:17 -07:00
danrahn ed72348a76 [Windows] Ensure all import errors are captured 2025-02-23 15:20:10 -08:00
danrahn 630d5b3b6e [Windows] Ensure PowerShell uses UTF-8 Encoding 2024-06-02 11:44:20 -07:00
danrahn 361889230d Adjust Windows version 2024-05-11 20:13:56 -07:00
danrahn f3175713a9 Add Windows README and ReleaseNotes
Also fix Help command that broke after some last-minute refactoring, and tweak
interactive EOF handling.
2024-05-11 20:10:18 -07:00
danrahn c9a9a1eb81 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.
2024-05-11 15:24:35 -07:00