|
| Run an Executable from windev with Ubuntu (windev 18) |
| Iniciado por vihupe, 01,jul. 2015 21:15 - No hay respuesta |
| |
| | | |
|
| |
| Publicado el 01,julio 2015 - 21:15 |
Hi:
I need my application run from an executable Ubuntun 14.04, I want to run this script (with or without sh at first anyway)
scadena = "sh convert.sh" IF NOT ExeRun (sCadena, exeIconize, exeWait) THEN Error (ErrorInfo ()) END
I get the following message appears on ubuntu:
Unable to launch 'convert.sh' executable: Invalid argument (2)
how rare it from the console or command line works perfectly running convert.sh me.
Anyone know how I put in the ExeRun so you can run any program that is executable on Ubuntu? ...
From already thank you. victor |
| |
| |
| | | |
|
| | | | |
| | |
|