Bash node

Dear all:

I tried this node under mac and windows

Even if the description of this node is that 

Under Windows XP (possibly others as well) use of the program cmd.exe is recommended. E.g. to run the dir command, one would use the following text in "Bash command": cmd /c dir. More information on cmd can be found here: http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/cmd.mspx?mfr=true

 

I failed to execute any command under windows

even simple "dir"

But I success under mac

Does anyone can help?

Hi huei820504,

can you try under Windows these settings:

Bash command: cmd /c dir
Execution directory: C:\Program Files

After execution you should receive your program files folders list in stdout port. Does it work for you? If so, you can follow the instructions on cmd from the Microsoft link in the node description (exactly the one you have posted).

Best,
Oleg