PDA

View Full Version : pwd "free" cookie


Aragon
09-28-2003, 11:06 AM
Hi folks !

Well, cant find a file for the dirchange output...

my question, is it possible, to implement the free cookie ?

Aragon

Unique
09-28-2003, 11:54 AM
Huh?

from cookies.docs:

%[free] Free space on filesystem
(path) Path to use instead of current (mandatory)
(kilo) (mega) or (giga)

just add it to stat.msg :confused:

Aragon
09-28-2003, 12:34 PM
arg.. my fault.. looked for a wrong file.. thx ;-)

jannat
12-04-2003, 06:07 AM
Hi,

i have a prob with it.
added

[HDD: %[free(giga)]]

but output is only

-[HDD: 0.000000(giga)

any idea ?

Harm
12-04-2003, 06:11 AM
You're using wrong syntax.

%[free($path)(giga)]GB]

jannat
12-04-2003, 06:20 AM
ah, thought that i only have to use ($path) when i would like to show the path of another dir

works now, THX