Re: [Gambas-user] Path to script ": not found"

2015-08-17 Thread Fabien Bodard
Le 16 août 2015 22:03, "Zainuddin A" a écrit : > > do you mean like this > > Shell File.Load("/tmp/test.sh") > abbat81 wrote > > How can it be the path to my script is not found but path is 100% correct. > > I tried Shell and Exec[] > > > > Renaming directory and file does not help. > > > > Path i

Re: [Gambas-user] Path to script ": not found"

2015-08-16 Thread Zainuddin A
do you mean like this Shell File.Load("/tmp/test.sh") abbat81 wrote > How can it be the path to my script is not found but path is 100% correct. > I tried Shell and Exec[] > > Renaming directory and file does not help. > > Path in 11.desktop: "Exec=/Games2/11/11.sh" > > > Print "/Games2/11

Re: [Gambas-user] Path to script ": not found"

2015-08-16 Thread Adrien Prokopowicz
Le Sun, 16 Aug 2015 16:05:35 +0200, abbat81 a écrit: > How can it be the path to my script is not found but path is 100% > correct. > I tried Shell and Exec[] > > Renaming directory and file does not help. > > Path in 11.desktop: "Exec=/Games2/11/11.sh" > > > Print "/Games2/11/11.sh" > Pri