> -Message d'origine-
> De: Jason Dillon [mailto:[EMAIL PROTECTED]]
> Date: samedi 16 février 2002 02:30
> À: Jboss-Development@Lists. ""Sourceforge. Net
> Objet: [JBoss-dev] Question for win32 batch file gurus
>
>
> Is there any way to detect the directory in which a .bat file
> live
Some of those hideous lines can go away now that all modules are peers.
--jason
On Sat, 2002-02-16 at 06:01, Luke Taylor wrote:
> Jason Dillon wrote:
> > That was what I was shooting for. Wanted to make the .bat files not
> > dependent on users running them from the directory they live in (for
Am Sam, 2002-02-16 um 09.34 schrieb Sacha Labourey:
> Hello Jason,
>
> I don't know if I well understand your problem. So I will give an answer to
> *a* question, hoping it was yours ;)
>
> Situation: when you are in the folder of a particular module (let's say
> "jboss-all\build") and you type
Jason Dillon wrote:
> That was what I was shooting for. Wanted to make the .bat files not
> dependent on users running them from the directory they live in (for
> build.bat as well as all the bin/*.bat files).
>
It used to work that way, but someone's removed it. It's hideously
convoluted (abou
That was what I was shooting for. Wanted to make the .bat files not
dependent on users running them from the directory they live in (for
build.bat as well as all the bin/*.bat files).
--jason
On Sat, 2002-02-16 at 00:34, Sacha Labourey wrote:
> Hello Jason,
>
> I don't know if I well understa
Hello Jason,
I don't know if I well understand your problem. So I will give an answer to
*a* question, hoping it was yours ;)
Situation: when you are in the folder of a particular module (let's say
"jboss-all\build") and you type "..\cluster\build.bat", it will not build
the clustering but build
Isn't it '.\'?
I mean, it's not as UNIX, in Windows you configure the directory used as
current dir for a batch file, and by default it's the same where the file
lives. So, you can work with ..\config etc reliably.
If I'm mistaken somebody correct me. I know no other way to know the batch
file p