Re: windows 7 issue
- Posted by mattlewis (admin) Jul 11, 2012
- 1247 views
gwalters said...
Well, this gets a little confusing for me. I have crimson editor setup to launch a command directly by hitting f5. When I run crimson editor in administrator mode and then execute the "system_exec" it still fails with a return code of -1. However; I can issue the system_exec arguments directly from a prompt (start>>cmd) and it works correctly.
System_exec does work in other cases. My menu system launches other programs with that method. The bindw is a bat file. Could there be a problem with that? BTW: I'm running EU 2.4.
The batch file may be an issue. You might try turning off the -quiet option (and maybe adding a call to "pause" at the end of the batch file) to see if there is any useful information there.
Matt