The instructions for installing bash tell me to add the bash.exe path to my classpath setting, create a home directory and then set the environmental variable HOME to point to it. I'm already lost at this point. Can someone tell me how you add bash.exe to my classpath setting and the proper way to create a home directory?
I know shell_exec works because I can call windows processing and it works just fine. For example
Code: Select all
$result = shell_exec('cmd version');
Code: Select all
Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Program Files\Apache Software Foundation\Apache2.2\htdocs>
James