Understanding the wildcards

Wildcards can be pretty helpful when doing some basic tasks either from the Windows GUI or the beloved command prompt. Let’s take a look at the frequently used wildcard * for doing some simple but effective stuff. For understanding purposes,I have created a folder called textfiles in C: with the following files : apples.txt,oranges.txt,bananas.txt,applejuice.txt,orangejuice.txt.bananajuice.txt Let’s …

Open many files at once in Windows 7

Windows 7 comes bundled with the cool PowerShell. It is better than the regular command prompt and provides greater degree of control and automation for system admins. Most of the work done in Powershell is through cmdlets (small built-in commands which access required objects and modify them). Here I will show you how to open …