Skip to content

Commit 2fb1f72

Browse files
committed
Add the usage to the readme document
1 parent 0c439a4 commit 2fb1f72

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,31 @@
1-
# LaunchBounce
1+
# Launch and Bounce
22

33
![Launch Bounce Icon](https://github.com/Therena/LaunchBounce/blob/main/LaunchBounce/Source/LaunchBounce.png?raw=true)
44

55
Introducing Launch and Bounce: Your go-to launcher app for executing custom command-line scripts seamlessly in the background. Track the output effortlessly with detailed logging capabilities. Say goodbye to manual monitoring and hello to efficient script execution. Streamline your workflow with Launch and Bounce.
66

7+
## Usage
8+
9+
Launch and Bounce simplifies executing custom processes with ease. Below is a breakdown of its usage:
10+
11+
Process: Specify the process you want to execute using the process parameter. This can be a command-line application or a script.
12+
```
13+
LaunchBounce.exe -Process <your_process>
14+
```
15+
16+
Parameters: If your process requires additional parameters, simply include them after specifying the process.
17+
```
18+
LaunchBounce.exe -Process <your_process> -Parameter <your_parameters>
19+
```
20+
21+
Hide Output: To run the process in the background and hide its output, use the hide option.
22+
```
23+
LaunchBounce.exe -Process <your_process> -Parameter <your_parameters> -Hide 1
24+
```
25+
This will execute the process discreetly without displaying its window.
26+
27+
Stay productive and efficient with Launch and Bounce!
28+
729
## License
830

931
[Apache 2.0](https://github.com/Therena/LaunchBounce/blob/master/LICENSE)

0 commit comments

Comments
 (0)