Skip to content

Commit 9e043dd

Browse files
committed
update readme
1 parent 0a97796 commit 9e043dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Forwarder that allows you to change environment variables before starting a proc
44

55
## How to use
66

7-
- Download the release or compile with VS Studio 2022
7+
- Download the release or compile with VS Studio 2022.
8+
- If you want to forward to a console application use EnvForwarderCLI.exe as it will also forward the console pipes.
89
- Make a folder "EnvForwarder" where "EnvForwarder.exe" is located.
910
- Inside this folder, create a file "path.txt" containing the path to the application you want to change the environment variables (example: "c:\Apps\myapp.exe" without the quotes)
1011
- Replace the calls to your application with this one (see the helper folder for an example) **OR** rename your application to something else and EnvForwarder.exe to your original application name (make sure to fix the path in path.txt in this case).

0 commit comments

Comments
 (0)