relative path help
Bob Hartley
rev at armbase.com
Fri Jun 17 03:18:32 EDT 2005
You wrote:
Hi Sarah
> > on mouseup
> > set the hideConsoleWindows to true
> > put myApps\Folder() & "\Components\PDATconv.exe /I" && quote &
> > --just wordwrapping here myAppsFolder() & "\Components\Armbase.xdf" &
> > quote into mycommandline
> > get shell(mycommandline)
> >
> > endmouseup
> >
> > when I substitute this in it does not work.
> >
>
> Hi Bob,
>
> According to a later email, you are finding the apps folder and putting it
> into a global variable called gMyAppsFolder. In the script above, you are
> calling a function: myAppsFolder to get the same data.
>
> Try this:
>
> on mouseup
> global gMyAppsFolder
> set the hideConsoleWindows to true
> put gMyAppsFolder & "\Components\PDATconv.exe /I" && quote &
> gMyAppsFolder & "\Components\Armbase.xdf" & quote into mycommandline
> get shell(mycommandline)
> end mouseup
Bizarely I had tried this before going to bed (oh the exciting life I lead)
and it did not work.
I'll have a wee dig about later.
All the best
Bob
>
> Cheers, Sarah
>
> _______________________________________________ use-revolution mailing
> list use-revolution at lists.runrev.com Please visit this url to subscribe,
> unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
More information about the use-livecode
mailing list