Launching tcl app
I use system:call-system to launch "exe" apps, but it doesn't work for "tcl": CL-USER 1 > (system:call-system "taskmgr.exe" :wait nil) T CL-USER 2 > (system:call-system "c:\\Program Files\\Leaf\\server.tcl" :wait nil) Error: System Call WIN32-CREATE-PROCESS failed: 193 (unknown error code) command: c:\Program Files\Leaf\server.tcl 1 (abort) Return to level 0. 2 Return to top loop level 0. Type :b for backtrace, :c <option number> to proceed, or :? for other options CL-USER 3 : 1 > I can launch "sever.tcl" just by clicking on it - so Windows must know what to do with it. I also have a shortcut to it on my desktop that launches it. Is there a way to have Lisp (LWWPE 4.4.6) launch it? Thanks in advance! Bruce.