How to Add and Start Win32 Programs from an Interix Shell (246441)



The information in this article applies to:

  • Interix 2.2.1
  • Interix 2.2.2
  • Interix 2.2.3
  • Interix 2.2.4

This article was previously published under Q246441

SUMMARY

This article explains how to add and start Win32 programs from an Interix shell.

MORE INFORMATION

To add and start Win32 Programs, follow these steps:
  1. Add the appropriate directory to your path in the POSIX file format not the Win32 format. For example, type:

    [PROMPT] PATH="$PATH://C/WINNT/system32"

    NOTE: File names and path names are case sensitive.
  2. Specify the entire file name when you run a program. For example, to run the CACLS utility, type:

    [PROMPT] CACLS.EXE

For additional information, see the following Interix Web site:

Modification Type:MajorLast Reviewed:7/31/2001
Keywords:kb3rdparty kbenv kbinfo KB246441