Skip to content
View PIRANY1's full-sized avatar
  • Germany
  • 01:52 (UTC +02:00)
Block or Report

Block or report PIRANY1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. DataSpammer DataSpammer Public

    With this fully Batch Script you can mass-create full custom files. Runs on any Machine that has Windows installed.

    Batchfile 2

  2. BatchTools BatchTools Public

    Useful Batchtools Stored in one File. Beta Only. Feature Requests in Issues.

    Batchfile 1

  3. BatchGitUpdater BatchGitUpdater Public

    Keep any Script up to date.

    Batchfile

  4. Get Windows OS info per batch Get Windows OS info per batch
    1
    @echo off
    2
    prompt $g
    3
        Set UseExpresssion=Reg Query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v "ProductName"
    4
        for /F "tokens=*" %%X IN ('%UseExpresssion%') do Set OSEdition=%%X
    5
        Set OSEdition=%OSEdition:*REG_SZ    =%