https://github.com/crispy-computing-machine/h_exec
Windows Hidden Execute
https://github.com/crispy-computing-machine/h_exec
Last synced: 2 months ago
JSON representation
Windows Hidden Execute
- Host: GitHub
- URL: https://github.com/crispy-computing-machine/h_exec
- Owner: crispy-computing-machine
- Created: 2022-04-25T16:11:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T12:10:03.000Z (over 3 years ago)
- Last Synced: 2024-12-29T23:42:23.292Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hidden Execute
Use this utility to run a program without showing a command prompt, without installing anything or messing with the registry.
## Quick instructions
- The executable looks for a INI file with the same name. So you may change
the executable file and the INI file name at the same time to, say, run.exe
and run.ini. This way you may have several utilities in the same folder, one
for each application.
- The name of the data section in the INI file must be always "h_exec".
- "run" is the path and name of the executable, usually \some.exe. It
can be relative to the current path or an absolute path.
- "run" can also be the name of a non-executable file with a known association
like readme.txt, readme.chm or faq.html.
- "param" is the name of the script to run, like, say, script.php.
- Use searchpath=1 to prepend the path of the h_exec.exe utility to the name
of the application to run. This is generally not necessary.
- See the included INI file examples.