Arrow Keys to Get Back Previously Typed Commands
UP & DOWN arrow keys can be used to get previously typed commands. Hitting repeatedly, cycles among all the commands typed in ascending & descending order respectively.RIGHT arrow key gets …
UP & DOWN arrow keys can be used to get previously typed commands. Hitting repeatedly, cycles among all the commands typed in ascending & descending order respectively.RIGHT arrow key gets …
Enter partial file or folder name, and hit TAB repeatedly to cycle through all the file/folder names starting with what you have typed. Hit ‘Enter’ to accept it. Same can …
Use ‘nslookup’ command to view the IP address of any website. Use command ‘nslookup <sitename>’ to get the IP address of that site.e.g. – nslookup google.com
In today’s systems (desktop/laptop) the bulk storage device for most systems is still the magnetic disk or the hard disk. It being low cost and efficient mass storage device. The …
Many system apps and other custom installed apps are configured to auto start every time windows starts. Some of them are not used by us or used very rarely. They …
The function keys (F keys) are at the top of the keyboard and marked from F1 through F12. These keys act as shortcut for most frequently performed task in context of the running …
Keyboard Shortcuts | Command Prompt KEY COMBINATION TASK Ctrl + C (or Ctrl + Insert) Copy the selected text. Ctrl + V (or Shift + Insert) Paste the selected text. …
Keyboard Shortcut | General | Copy & Paste | Windows Tab & Navigation KEY COMBINATION TASK Ctrl + C (or Ctrl + Insert) Copy the selected item. Ctrl + X …
DOS batch script to rename multiple files with formatted date.Create a “rename.bat” file using any editor and copy paste the given code. You may change to file extension as per …
How to create a batch file in Windows/DOS and run the file to create a new backup or update previous backup with a simple click Steps Using any editor create …