Hi
Dim sh As New Shell
sh.Mode = 0
sh.Execute “env | grep SHELL”
App.DoEvents ‘ tee hee hee
StaticText1.Text = sh.Result
From Tim Jones
Leave a Reply
You must be logged in to post a comment.
Hi
Dim sh As New Shell
sh.Mode = 0
sh.Execute “env | grep SHELL”
App.DoEvents ‘ tee hee hee
StaticText1.Text = sh.Result
From Tim Jones
You must be logged in to post a comment.