Scripts to Convert Files
Scripts to Convert Files 관련
convert-csv2txt.ps1
This PowerShell script converts a .CSV file into a text file and prints it.
convert-mysql2csv.ps1
This PowerShell script converts a MySQL database table to a .CSV file.
convert-ps2bat.ps1
This PowerShell script converts one or more PowerShell scripts to .bat batch files.
convert-ps2md.ps1
This PowerShell script converts the comment-based help of a PowerShell script to Markdown.
convert-sql2csv.ps1
This PowerShell script converts a SQL database table to a .CSV file.
convert-txt2wav.ps1
This PowerShell script converts text to a .WAV audio file.
export-to-manuals.ps1
This PowerShell script exports the comment based help of all PowerShell scripts as manuals.