ok I dont really think that anybody will see this posting for it is the first one since 2000 ;-))
I am working on a Kaptain grammar for dvd-ripping and I wanted to get a list of the vob-files in the project directory.
@list(ls /pathtovob/*.vob`)
worked perfect but is it possible to replace pathtovob by a parameter that i have collected earlier in the grammar like
projectvob -> "/video/dvd/" @string "/vob/";
but when I tried
vobs -> @list(ls projectvob".vob");
it didnt work.
I guess I have to change something with the "`"`-Stuuf, but I dont know what.
Please Help
Thanx Celindir
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello there,
ok I dont really think that anybody will see this posting for it is the first one since 2000 ;-))
I am working on a Kaptain grammar for dvd-ripping and I wanted to get a list of the vob-files in the project directory.
@list(ls /pathtovob/*.vob`)
worked perfect but is it possible to replace pathtovob by a parameter that i have collected earlier in the grammar like
projectvob -> "/video/dvd/" @string "/vob/";
but when I tried
vobs -> @list(ls projectvob".vob");
it didnt work.
I guess I have to change something with the "`"`-Stuuf, but I dont know what.
Please Help
Thanx Celindir