mritter Posted August 28, 2006 Posted August 28, 2006 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.exewould become%SYSTEMDRIVE%\mydir\myprogram.exeYou 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.
Kelsenellenelvian Posted August 28, 2006 Posted August 28, 2006 Same here I would prefer adding in the \ myself.
RJTPlomp Posted August 28, 2006 Posted August 28, 2006 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
zorphnog Posted August 28, 2006 Posted August 28, 2006 I too prefer to add the \ myself. It has always annoyed me that they were added because I am use to adding it myself.
kev_147 Posted August 30, 2006 Posted August 30, 2006 I think the variables should match what windows outputs. Easier and read and configure. It don't look right seeing %SYSTEMDRIVE%System32I much prefer %SYSTEMDRIVE%\System32
mritter Posted August 31, 2006 Author Posted August 31, 2006 Backslashed removed. You will need to modify your entries for 5.4.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now