The Wayback Machine - https://web.archive.org/web/20250802231423/https://github.com/neuralpain
Skip to content
View neuralpain's full-sized avatar
💻
Solving problems
💻
Solving problems

Block or report neuralpain

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
neuralpain/README.md

Pinned Loading

  1. oneclickwinrar oneclickwinrar Public

    Install and license WinRAR in a single click (or double)

    Batchfile 58 4

  2. qbactivator qbactivator Public

    Activate QuickBooks Point of Sale on Windows

    PowerShell 48 10

  3. Run a PowerShell code block once in ... Run a PowerShell code block once in a batch script at any given time and return to Batch when done.
    1
    <# :# PowerShell comment protecting the Batch section
    2
    @echo off
    3
    :# Disabling argument expansion avoids issues with ! in arguments.
    4
    setlocal EnableExtensions DisableDelayedExpansion
    5
    
                  
  4. Formats text in the console with Bas... Formats text in the console with Basic, 8-bit and 24-bit RGB colors and other formatting options
    1
    function Format-Text {
    2
      <#
    3
      .SYNOPSIS
    4
        Writes text with color and formatting
    5