June 25, 2010
1:02 p.m.
Does anyone use OSProcess on Windows? If so can you tell me how to make it work please. OSProcess thisOSProcess command: 'cmd.exe /C notepad' Fails in two ways. It tries to output a message to stderr but fails to do so. The message it tries to output just says: "nextPutAll: 'cannot execute cmd.exe /C notepad'". I also tried to open a console with: OSProcess thisOSProcess openConsole but that seems to do nothing and gives no errors. Any help very welcome. Regards Bob