Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added capability to hide the shim'd application #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cs96and
Copy link

@cs96and cs96and commented Jan 14, 2025

Adds a new hide capability, which hides the shim'd application when it is run. This is useful for writing a shim around a .bat or .sh file so that it runs without a command window popping up.

E.g.

shmake -i c:\cygwin\bin\bash.exe -o "run-my-script.exe" -a "c:\path\to\my-script.sh %s" -c no-kill -c hide
shmake -i c:\Windows\system32\cmd.exe -o "run-my-bat.exe" -a "/c c:\path\to\my-script.bat %s" -c no-kill -c hide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant