Skip to content

leeatkinson/ExecuteWithMachinePath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Execute With Machine Path

In Microsoft Windows, changes to the machine's environment variables are not reflected in an existing cmd.exe session. This causes a problem if a command updates the PATH variable (for instance it has installed an application), and the newly-updated PATH is required later in the session.

This command file solves this problem by setting the session's PATH to that of the machine before executing your command.

ewmp <your-command-here>

About

Executes command using the machine's PATH environment variable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages