Command discovery in Powerhell with $Env:Path

I often see people wondering that some commands/applications launch from Windows Run (Windows Key+R) but when I try them in PowerShell console it throws an error, I know this gets frustrating at times. For example, when I try to run commands like Excel or WinWord my PowerShell console throws errors, but When I launch Notepad it just works… Read More Command discovery in Powerhell with $Env:Path

RoboCopy : Robust File Copy

Robocopy, or “Robust File Copy“, is a command-line directory and/or file replication command. Robocopy functionally an alternative of copy, with more options. It has been available as part of the Windows Resource Kit and was first introduced as a standard feature in Windows Vista and Windows Server 2008. SYNTAX :  ROBOCOPY Source_folder Destination_folder [files_to_copy] [options] KEY… Read More RoboCopy : Robust File Copy