Add convert-ps2bat.ps1

This commit is contained in:
Markus Fleschutz
2021-05-24 16:58:49 +02:00
parent b71268ceaf
commit f6454063e0
3 changed files with 40 additions and 0 deletions

View File

@ -50,6 +50,7 @@ close-windows-terminal.ps1, closes Windows Terminal gracefully
configure-git.ps1, sets up the Git user configuration
convert-csv2txt.ps1, converts the given CSV file into a text list
convert-mysql2csv.ps1, converts the MySQL database table to a CSV file
convert-ps2bat.ps1, converts PowerShell script(s) to .bat files
convert-sql2csv.ps1, converts the SQL database table to a CSV file
convert-txt2wav.ps1, converts text into a audio .WAV file
create-branch.ps1, creates a new branch in the current/given Git repository

1 Script Description
50 configure-git.ps1 sets up the Git user configuration
51 convert-csv2txt.ps1 converts the given CSV file into a text list
52 convert-mysql2csv.ps1 converts the MySQL database table to a CSV file
53 convert-ps2bat.ps1 converts PowerShell script(s) to .bat files
54 convert-sql2csv.ps1 converts the SQL database table to a CSV file
55 convert-txt2wav.ps1 converts text into a audio .WAV file
56 create-branch.ps1 creates a new branch in the current/given Git repository