std.process.system and friends

Peter Sommerfeld noreply at rubrica.at
Fri Feb 8 01:17:02 PST 2013


Steven Schveighoffer schrieb:
> Windows is actually EXACTLY the same, except you don't use getenv and  
> putenv, you use SetEnvironmentVariable and GetEnvironmentVariable.  You  
> can use the former if you want to use the C compatibility layer, but  
> that's only if you use all compatibility layer functions for everything  
> (executing processes etc.)

How is the latter done ? A Version switch to posix?

Peter


More information about the Digitalmars-d-learn mailing list