<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
 <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
 </head>
 <body>
  <p style="margin: 0pt;">
   <span>
    <span></span>
   </span>
  </p>
  <p style="margin: 0px; "></p>
  <div style="margin: 5px 0px;">
   <br/>
   Marcos Douglas <md@delfire.net> hat am 29. März 2012 um 13:06 geschrieben:
   <br/>
   <br/>
   >[...]> > === output end ===
   <br/>
   > >
   <br/>
   > > Please note that in "cmd" the following are different:
   <br/>
   > >
   <br/>
   > > set FOO=bar
   <br/>
   > >  => "FOO" -> "bar"
   <br/>
   > > set FOO = bar
   <br/>
   > >  => "FOO " -> " bar"
   <br/>
   > > set FOO= bar
   <br/>
   > >  => "FOO" -> " bar"
   <br/>
   > > set FOO =bar
   <br/>
   > >  => "FOO " -> "bar"
   <br/>
   > >
   <br/>
   > > Regards,
   <br/>
   > > Sven
   <br/>
   >
   <br/>
   > The application is installed and the system variable is created. The
   <br/>
   > application and others process should be use this variable just
   <br/>
   > calling SysUtils.GetEnvironmentVariable.
  </div>
  <p style="margin: 0px;"> </p>
  <p style="margin: 0px;">In former Windows versions sometimes you had to logout/login to get the new environment variables.</p>
  <p style="margin: 0px;">Is this still the case with Windows 7?</p>
  <p style="margin: 0px;"> </p>
  <p style="margin: 0px;">Mattias</p>
  <p style="margin: 0px;"> </p>
 </body>
</html>