Microsoft KB Archive/246440

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 13:49, 21 July 2020 by X010 (talk | contribs) (Text replacement - """ to """)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


Porting Win32 Shell Scripts to INTERIX

Article ID: 246440

Article Last Modified on 10/30/2006



APPLIES TO

  • Microsoft Interix 2.2 Standard Edition
  • Microsoft Interix 2.2 Standard Edition
  • Microsoft Interix 2.2 Standard Edition
  • Microsoft Interix 2.2 Standard Edition



This article was previously published under Q246440

SUMMARY

This article explains why you may need to convert shell scripts written for a Win32-based shell when you port them to INTERIX.

MORE INFORMATION

The majority of your shell scripts should convert easily. Many of the conversion issues are due to the fact that the Microsoft Win32 environment is not POSIX-conformant. Anyone providing an emulation of the open systems toolset must make concessions to the underlying environment. The major concessions involve pathname syntax and case-sensitivity.

When you are converting Win32 scripts to work under INTERIX, you must "undo" these concessions to return to the traditional environment offered by INTERIX.

For a complete discussion of porting software to INTERIX, see the TechNote "Porting Shell scripts".

For additional information, see:
http://www.interix.com/

Keywords: kbinfo KB246440