[fpc-pascal] SysUtils.GetEnvironmentVariable
Mattias Gaertner
nc-gaertnma at netcologne.de
Thu Mar 29 13:16:36 CEST 2012
Marcos Douglas <md at delfire.net> hat am 29. März 2012 um 13:06 geschrieben:
>[...]> > === output end ===
> >
> > Please note that in "cmd" the following are different:
> >
> > set FOO=bar
> > => "FOO" -> "bar"
> > set FOO = bar
> > => "FOO " -> " bar"
> > set FOO= bar
> > => "FOO" -> " bar"
> > set FOO =bar
> > => "FOO " -> "bar"
> >
> > Regards,
> > Sven
>
> The application is installed and the system variable is created. The
> application and others process should be use this variable just
> calling SysUtils.GetEnvironmentVariable.
In former Windows versions sometimes you had to logout/login to get the new
environment variables.
Is this still the case with Windows 7?
Mattias
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20120329/d96f4e29/attachment.html>
More information about the fpc-pascal
mailing list