jcplaboratory / rashell

Rashell is Bash-like command processor for Windows
https://opensource.jcplaboratory.org/rashell
GNU General Public License v3.0
13 stars 2 forks source link

Expand Environment Variables within Command Statements #2

Closed cedroid09 closed 7 years ago

cedroid09 commented 7 years ago

Environment variables should be expanded before passed to the Executor.Starter() function. e.g: %windir% should be translated to "C:\Windows".