Skip to content
/ Shim Public
forked from ScoopInstaller/Shim

A Scoop helper program for shimming executables

License

Notifications You must be signed in to change notification settings

gerardog/Shim

 
 

Repository files navigation

Shim

A small program that calls the executable configured in a <name of itself>.shim file.

This is a helper program for Scoop, the Windows command-line installer.

Shim File Format

path = <path to executable without quotes>
args = <arguments>

Usage

The *.shim file must have the same name as the shim.exe.

New-Item -Path test.shim -Value 'path = C:\Windows\System32\calc.exe'
Copy-Item -Path .\build\shim.exe -Destination .\test.exe
.\test.exe

About

A Scoop helper program for shimming executables

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 38.9%
  • C 37.8%
  • PowerShell 23.3%