cvs commit: cocoon-2.1 cocoon.bat

2003-07-30 Thread vgritsenko
vgritsenko2003/07/30 20:19:10 Modified:.cocoon.bat Log: cleanup EXEC variable Revision ChangesPath 1.13 +2 -2 cocoon-2.1/cocoon.bat Index: cocoon.bat === RCS file:

Re: cvs commit: cocoon-2.1 cocoon.bat

2003-07-20 Thread Joerg Heinicke
Upayavira wrote: On Sun, 20 Jul 2003 02:58:32 +0200, Joerg Heinicke [EMAIL PROTECTED] said: Ah, there is a magic thing shift? I have looked for anything like that, but didn't find it. It's there in cocoon.bat already! But I've just found out that it does not affect $* :-( In the cocoon.bat -

cvs commit: cocoon-2.1 cocoon.bat

2003-07-19 Thread joerg
joerg 2003/07/19 07:26:12 Modified:.cocoon.bat Log: I don't know if it's correct, but at least now it's no longer tried to use cli as URI. Can someone confirm this? Revision ChangesPath 1.11 +2 -2 cocoon-2.1/cocoon.bat Index: cocoon.bat

Re: cvs commit: cocoon-2.1 cocoon.bat

2003-07-19 Thread Upayavira
Joerg, Unfortunately, this isn't going to work, as the CLI regularly requires more than 9 arguments, and $* is the only way you can get a batch file to do this. 'shift' should remove the first argument from the list (i.e. the 'cli' bit), but I remember having problems with it. I know therefore

Re: cvs commit: cocoon-2.1 cocoon.bat

2003-07-19 Thread Joerg Heinicke
Ah, there is a magic thing shift? I have looked for anything like that, but didn't find it. The problem while using $* is, that $0 is passed (http://www.labmice.net/articles/batchcmds.htm#variable). So it works in general ($0 is shifted), but you need it twice to shift $1 too. As you see my

cvs commit: cocoon-2.1 cocoon.bat

2003-07-18 Thread cziegeler
cziegeler2003/07/18 03:32:30 Modified:.cocoon.bat Log: Fixing comment Revision ChangesPath 1.9 +2 -2 cocoon-2.1/cocoon.bat Index: cocoon.bat === RCS file: