Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages