View Your System’s Network Information
Type ‘ipconfig /all’ to view all the vital network information of your system.
Type ‘ipconfig /all’ to view all the vital network information of your system.
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
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 …
Auto save file while switching between applications. When ever Sublime Editor or IDE looses focus; it automatically saves the content of the file. This saves lots of time and effort …
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 …
Create a batch file using any editor. <filename.bat> Copy paste following commands depending upon – whether to change case of only the files in this folder or the child folders …