Environment variables: Difference between revisions

Content deleted Content added
Lingo added
Line 486:
{{libheader|Shell Xtra}}
<lang lingo>sx = xtra("Shell").new()
if the platform contains "win" then
path = sx.shell_cmd("echo %PATH%").line[1]
else