Re: [Pharo-users] Cant able to run EXE file using LibC

2020-06-21 Thread Christopher Fuhrman
Hello, Try the following: result := LibC runCommand: ' D:\DEV_FreeCAD\build\bin\test1.exe >output 2> > errors'. > 'errors' asFileReference contents lines. > You can view the file 'errors' for more information On Thu, 18 Jun 2020 at 10:48, shawon58 wrote: > Hello > I am trying to run "LibC sy

[Pharo-users] Cant able to run EXE file using LibC

2020-06-18 Thread shawon58
Hello I am trying to run "LibC system: 'D:\DEV_FreeCAD\build\bin\test1.exe' " . But it dont execute. But if i click the test1.exe than it execute. Thanks for the help -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html