Category: batch script
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 best way to learn a new language is to practise. The Powershell is a powerful scripting tool on Windows (especially for Windows Server Editions). With a few knowledge, …
The batch script programming can be dated back to the times where the DOS were popular. The batch script, however, is not a real programming language. At the beginning, …