Search found 4 matches

by bkdroid13
Fri Jul 05, 2019 8:26 am
Forum: madRemote
Topic: Set Environment variable for another process
Replies: 6
Views: 31996

Re: Set Environment variable for another process

I set the environment variable via AutoIt.
I hope I can exactly follow these steps through the commands.
I am following this guide: https://www.hows.tech/2019/03/how-to-se ... ws-10.html

Is there any more simpler way.
by bkdroid13
Fri Jul 05, 2019 8:23 am
Forum: madRemote
Topic: Set Environment variable for another process
Replies: 6
Views: 31996

Re: Set Environment variable for another process

I was trying to do exactly the same.
I am on Windows 10, I am searching if there is any windows command to do so.
by bkdroid13
Sat Jun 15, 2019 9:36 am
Forum: madExcept
Topic: Nested Exception
Replies: 17
Views: 18337

Re: Nested Exception

Sometimes it is desirable to catch an exception and throw another exception. If the new exception keeps a reference to the first exception, the first exception is called a nesting exception. The above code is an example of a nesting exception. ... The stack-trace starts when the exception is thrown....
by bkdroid13
Fri Jun 07, 2019 8:52 am
Forum: madExcept
Topic: Exception possibly causing recursion in exception handler.
Replies: 2
Views: 4485

Re: Exception possibly causing recursion in exception handle

Its great post and help me a lot. please keep continue posting. thats just what i wanted to know. :D