Jump to content

Tips & Tricks for porting applications

From EDM2
Revision as of 17:28, 29 December 2004 by Simpson 2 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

spawn* & exec* considerations

On unix these functions take a shell script *.sh as parameter for the executable. In the OS/2 libc implementation this does not work. You will need to modify the parameter list so that the first entry is the executable for the script.

  • cmd.exe for rexx scripts
  • sh.exe for unix shell scripts