Set Environment Variable using SetEnvironmentVariable API
Set Environment Variable using SetEnvironmentVariable API
Rate Set Environment Variable using SetEnvironmentVariable API
(1(1 Vote))
Dim rvl As Long
rvl = SetEnvironmentVariable("TEMP", "C:\windows\temp")
rvl = SetEnvironmentVariable("PATH", "C:\windows;C:\windows\command")
End
End Sub
Set Environment Variable using SetEnvironmentVariable API Comments
No comments yet — be the first to post one!
Post a Comment