VOGONS


First post, by cyberwalker

User metadata
Rank Newbie
Rank
Newbie

The current shell does not substitute ‘%path%’ with the value of ‘path’.
For example:
If the variable ‘path’ is ‘path=z:\’, then we want to set it to ‘path=z:\;c:\tools’. So we enter ‘set path=%path%;c:\tools’ at prompt, but the result ‘path=%path%;c:\tools’ is not the expected. Whereas the same line embed in batch file can be handled properly.

Small yet useful fix.

Attachments

  • Filename
    shell_h_diff.txt
    File size
    275 Bytes
    Downloads
    171 downloads
    File license
    Fair use/fair dealing exception
  • Filename
    shell_misc_cpp_diff.txt
    File size
    1.46 KiB
    Downloads
    191 downloads
    File license
    Fair use/fair dealing exception