> Unfortunately, Shell doesn't seem to support the environment.
> Any ideas?

This includes "aTest" on Windows.
Are you saying it doesn't work on OS X ?

  System.EnvironmentVariable("aTest")="This Is A Test"

  Dim sh as New Shell
  Dim cmd as String
  #If TargetWin32
    cmd = "set"
  #Else
    cmd = "env"
  #EndIf
  sh.Execute cmd
  MsgBox sh.Result

--
Steve Garman
Using REALbasic 2006r2 Professional on Windows XP Pro


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to