Jump to content

Recommended Posts

Posted

Dje brought it up to me, I totally forgot about it, but WPI puts a backslash in automatically after specifying a system path, like %SYSTEMDRIVE% or %WINDIR%. Dje reminded me that Windows does not do this automatically, and that there had been a discussion on whether or not to change this.

%SYSTEMDRIVE%mydir\myprogram.exe

would become

%SYSTEMDRIVE%\mydir\myprogram.exe

You would have to go in and add the trailing backslash manually either in WPI or with a text editor (would be much faster).

Do you think it is worth changing? The more I look at it, I prefer putting the first \ in myself.


Posted

My thought is.. follow Windows standards as much as possible. Those who know how to use those system-variables.. know how it works in the Windows commandshell. So without the backslash makes most sense.

Roland

Posted

I think the variables should match what windows outputs. Easier and read and configure. It don't look right seeing

%SYSTEMDRIVE%System32

I much prefer %SYSTEMDRIVE%\System32

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...