Tag: path

  • Combine Path In PowerShell

    Combine Path In PowerShell

    PowerShell provides the Join-Path cmdlet in order to combine paths. The Join-Path can be used to join or concatenate two or more paths together. Paths can be specified as strings. We can join path information like path, child path, drive, etc. by using the Join-Path command. Combine Path with Child Path The Join-Path command can […]

  • PowerShell Test-Path Tutorial

    PowerShell Test-Path Tutorial

    PowerShell provides the Test-Path cmdlet in order to check if the specified path exists. The Test-Path command returns boolean values like True and False. If the specified path exists the True value is returned. If the specified Path does not exist the False value is returned. Test Path The Test-Path command is used to check […]

  • “yourprogram.exe is not recognized as an internal or external command, operable program or batch file” Error and Solution

    “yourprogram.exe is not recognized as an internal or external command, operable program or batch file” Error and Solution

    Windows operating system provides the MS-DOS in order to run and execute commands. The “‘mycommand.exe’ is not recognized as an internal or external command, operable program or batch file” error is related where the specified command can not be found and can not be executed. There are different reasons related to this error. “is not […]

  • Cmd cd Command Tutorial

    Cmd cd Command Tutorial

    The cmd is the short form of the command-line interface or MS-DOS or Command Prompt. The cd command is one of the most popular commands used in Windows, Linux, and MacOSX operating systems. The cd command is the short form of the change directory . As its name suggests the cd command is used to […]