Create, modify, or display an environment variable in another process
Posted: 11 Jul 2018 14:21
The SETP command, part of the free TCC-RT, allows one to create, modify, or display an environment variable in another process.
Ref: SETP Command: https://jpsoft.com/help/setp.htm
Ref: TCC-RT: https://jpsoft.com/products/tcc-rt-runtime.html
SETP works by injecting a dll into the specified process and executing a command in that dll to set the environment variable.
On my Windows 7 64-bit system, SETP works great, as long as the other process is a 64-bit process.
If the other process is a 32-bit process, SETP will not work.
JPSoftware, maker of TCC-RT, no longer wants to support 32-bit apps.
Ref: https://jpsoft.com/forums/threads/setp- ... ess.8653/
Is there another method I can use to modify an environment variable in a 32-bit process, from a 64-bit process?
Regards,
Joe
Ref: SETP Command: https://jpsoft.com/help/setp.htm
Ref: TCC-RT: https://jpsoft.com/products/tcc-rt-runtime.html
SETP works by injecting a dll into the specified process and executing a command in that dll to set the environment variable.
On my Windows 7 64-bit system, SETP works great, as long as the other process is a 64-bit process.
If the other process is a 32-bit process, SETP will not work.
JPSoftware, maker of TCC-RT, no longer wants to support 32-bit apps.
Ref: https://jpsoft.com/forums/threads/setp- ... ess.8653/
Is there another method I can use to modify an environment variable in a 32-bit process, from a 64-bit process?
Regards,
Joe