visual fzz
January 21st, 2000, 08:53 AM
Exemple:
You have a environmental variable called "MYVAR" and its value is "c:\MyFolder\VB"
if you enter "set myvar" at the dos prompt, the windows displays "MYVAR=c:\MyFolder\VB"
HOW can I get the line "MYVAR=c:\MyFolder\VB" with vb code??
This is an example, I know that the Environ function return environmental variables.
But generally, I want to get the prompt returned information (scanf in C...)
Fzz
You have a environmental variable called "MYVAR" and its value is "c:\MyFolder\VB"
if you enter "set myvar" at the dos prompt, the windows displays "MYVAR=c:\MyFolder\VB"
HOW can I get the line "MYVAR=c:\MyFolder\VB" with vb code??
This is an example, I know that the Environ function return environmental variables.
But generally, I want to get the prompt returned information (scanf in C...)
Fzz