Re: [Gambas-user] Files inside project folder

2014-07-24 Thread Tobias Boege
On Thu, 24 Jul 2014, Antonio S??nchez wrote: > Hi > > Is there any way to exec scripts inside project folder without copy it to > another place? > There are multiple ways. First, you can just execute the script from an absolute path using Application.Path &/ "myscript". This method, however, wi

[Gambas-user] Files inside project folder

2014-07-24 Thread Antonio Sánchez
Hi Is there any way to exec scripts inside project folder without copy it to another place? Is there any way to copy a lot of files, or even, a folder with a lot of files located inside your project folder to any path in your home? Right now, I pack everything in a tar.gz and then copy to anothe