Jan 7, 2003 #1 kurgan383 IS-IT--Management Jan 7, 2003 17 US How can I access system variables thru vb.net like %systemroot% or %clientname% any ideas? tom
Jan 7, 2003 #2 krisbrixon Programmer May 10, 2002 371 US see if these are what you are looking for Environment.SystemDirectory Environment.UserName Environment.CurrentDirectory Kris Upvote 0 Downvote
see if these are what you are looking for Environment.SystemDirectory Environment.UserName Environment.CurrentDirectory Kris
Jan 8, 2003 Thread starter #3 kurgan383 IS-IT--Management Jan 7, 2003 17 US that was it... thanks for taking the time to help out! tom Upvote 0 Downvote