-
Trying to execute an external binary like so:
ansicon -p
But the binary is passed the command line as:
ansicon "-p"
causing the switch -p to be treated as a filename by the binary.
2009-03-09 17:11:16 UTC in win-bash
-
Any application, especially console applications. Tasklist.exe, taskkill.exe, etc. But note that I don't want to run Windows programs *IN* linux, I just want to run them *FROM* linux. I need a way to communicate from colinux to Windows. Like the colinux console that runs in Windows - it sends text to some kind of colinux tty and captures the output to display inside the colinux console window. I...
2009-01-22 20:22:15 UTC in Topologilinux
-
How can I launch a Windows app under Windows from Topologilinux in CoLinux? Wine is not what I'm looking for. From bash in Topologilinux in CoLinux I want to start up a native Win32 console or GUI process. As in from shell scripts. It would be perfect if I could just type, for example, "tasklist.exe" in bash and have bash recognize that I'm running under CoLinux and pass the execution...
2009-01-11 23:58:59 UTC in Topologilinux
-
I posted this to the Topologilinux forum, which may have been the wrong place. So...
How can I start a Windows program in the Windows OS space from within CoLinux? It's not Wine that I'm looking for. From bash in Topologilinux in CoLinux I want to start up a native Win32 console or GUI process. As in from shell scripts. It would be perfect if I could just type, for example...
2009-01-11 23:51:18 UTC in Cooperative Linux
-
How? Not Wine. From bash in Topologilinux in CoLinux I was to start up a native Win32 console or GUI process. As in from shell scripts. It would be perfect if I could just type, for example, "tasklist.exe" in bash and have bash recognize that I'm running under CoLinux and pass the execution request to Windows automatically. i.e. have bash shell out (over) to a cmd.exe in the Windows OS...
2009-01-11 23:03:37 UTC in Topologilinux