This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# : batch portion | |
@echo off & cls | |
:: script made by he3als | |
::::::::::::::::::: | |
:: Configuration :: | |
::::::::::::::::::: | |
set "tempDir=%windir%\Temp" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# $VerbosePreference = "continue" | |
$TestValues = [System.Collections.ArrayList]( | |
[PSCustomObject]@{ | |
Description = "Short, Fixed, High foreground boost." | |
HexValue = "2A" | |
DecValue = "42" | |
}, | |
[PSCustomObject]@{ | |
Description = "Short, Fixed, Medium foreground boost." |