PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Run an Executable from windev with Ubuntu (windev 18)
Run an Executable from windev with Ubuntu (windev 18)
Débuté par Victor H Pereyra, 01 juil. 2015 21:15 - Aucune réponse
Posté le 01 juillet 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