Cant able to run EXE file using LibC
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
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 <shawonhoque58@gmail.com> wrote:
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
-- Christopher Fuhrman, P.Eng., PhD *Professeur au Département de génie logiciel et des technologies de l'informationÃTS (Ãcole de technologie supérieure)* http://profs.etsmtl.ca/cfuhrman +1 514 396 8638 *L'ÃTS est une constituante de l'Université du Québec*
participants (2)
-
Christopher Fuhrman -
shawon58