The static attributes in a class are served as global variables. A static variable can be accessed directly by class. You don’t need the instances (of class) in order …
In last post, we show you how to run an external program using Administrator (run-as). The powershell doesn’t come by default on home-use editions but on server editions (however, …
You can use Start-Process in Powershell to run an external program. And you can use runas to specify running as administrator. One example to run notepad as administrator in …
In last post, we show you the way to extract substring in batch variable. Now let us review this by another example. If you type in ver, you will …
The batch programming can be dated back to DOS era. It is further enhanced on Windows Operating System. The time command on Windows Command Shell return something like this: …
The Resharper is a commercial plugin for Visual Studio, that makes VS a better IDE. One useful feature of Resharper is to mark useless (unused) code in grey colour, …