How to rename multiple files using File Explorer, Command Prompt and PowerShell on Windows 10

In windows 10 you don't need any third party software to rename your files. You can easily do the renaming of multiple files using File Explorer, Command Prompt and PowerShell on Windows 10. In this tutorial we will learn about…

Continue ReadingHow to rename multiple files using File Explorer, Command Prompt and PowerShell on Windows 10

How to save (redirect) a Command’s Output to a File in Command Prompt

Just use redirection operator to save a Command’s Output in Command Prompt to a File.

Example:

ping google.com > "C:\Users\Server\Desktop\Ping.txt"

The above command stores ping command output to a file by the name of Ping.txt located on my desktop.

(more…)

Continue ReadingHow to save (redirect) a Command’s Output to a File in Command Prompt