How to Launch Excel

I was able to get Excel to launch by using this command in the Bash node:

cmd /c "C:\Program Files\Microsoft Office\root\Office16\EXCEL.EXE"

and unchecking the Propagate stderr to Exception box.

I hadn’t ever tried the CmdwInput node before, but was able to get it to work in the same way by providing the command above as an input string with a Table Creator.

4 Likes