Hi Antonio and friends:
Do exist Environment Variables in Windows Mobile ? If so, how can we define them ?
Best regards.
Manuel Mercado
manuelmercado at prodigy dot net dot mx
Hi Antonio and friends:
Do exist Environment Variables in Windows Mobile ? If so, how can we define them ?
Best regards.
Manuel Mercado
Manuel,
As a first idea I would try to review any environment value using GetEnv( cEnvName ), like "WINDIR", "TEMP", "PATH", "OS", etc.
Antonio Linares wrote:As a first idea I would try to review any environment value using GetEnv( cEnvName ), like "WINDIR", "TEMP", "PATH", "OS", etc.