Is there any way to get the value of the %windir% command into a variable?
 
For example, I'd like to populate $win_inst with the location of where windows is installed.
 
system "%windir% >$data";   #  doesn't work
 
Thanks,
 
Ron

Reply via email to