[Gambas-user] Cd to Directory
Pablo Vera
pvera at ...729...
Tue Sep 13 01:14:24 CEST 2005
You don't need to "cd", you simply run it like this:
SHELL "/root/Projects/PkgManager/build/wolfpkg"
or
SHELL "/root/Projects/PkgManager/build/wolfpkg" FOR READ
depending on what the "wolfpkg" executable does.
Saludos,
Pablo Vera
Steve Starr wrote:
> I am useing Gambas 1.0.11 and i am trying to:
>
> SHELL "cd /root/Projects/PkgManager/build/" FOR READ
> SHELL "./wolfpkg"
>
> Or
>
> SHELL "cd build" FOR READ
> SHELL "./wolfpkg"
>
> But neather of these code snipets work i am not able to cd to another
> dir as root or any ohter user?
>
> Thanks :)
>
>
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
>
More information about the User
mailing list