ExecIO WSHELL and Morph OS
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    osco
    Posts: 680 from 2009/10/21
    From: Boston, USA
    ExecIO is a utility that allows the output from operating system commands
    like 'list' to be transferred directly into the variable environment of an
    ARexx script. I have output from the "search" to be parsed into a stem variable.
    Have any used WSHELL in Morphos or does Morph have its own utility? ;-)
    Mac Mini 1.5GHz, 1G, 250G Drive, Apple Cinema Display, MorphOS 3.1 registered, MacOS 10 PowerBook (5,8) 1.67Hz, 2G, 80G Drive,........Waiting
    PowerBook (5,8) 1.67Hz, 2G, 40G MorphOS 3.1 unregisterd
  • »06.08.11 - 06:36
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    polluks
    Posts: 779 from 2007/10/23
    From: Gelsenkirchen,...
    The good old VM/CMS EXECIO, pure REXX magic! 8-)
    Well, with MorphOS I have used the clip:
    [...]
    if rc=0 then address command rxset clip "`"getenv CC65_INC"`"
    if getclip(clip)~="" then open getclip(clip)"/"filename
    [...]
    Pegasos II G4: MorphOS 3.9, Zalman M220W · iMac G5 12,1 17", MorphOS 3.18
    Power Mac G3: OSX 10.3 · PowerBook 5,8: OSX 10.5, MorphOS 3.18
  • »08.08.11 - 18:06
    Profile