You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@ Forwarder that allows you to change environment variables before starting a proc
4
4
5
5
## How to use
6
6
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.
8
9
- Make a folder "EnvForwarder" where "EnvForwarder.exe" is located.
9
10
- 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)
10
11
- 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