Thank you.

I have tried using this, but I am obviously not using it correctly. I have tried many different variations of it, and the closest I have got is:
Quote:
-
* /mkdir: invalid parameters (line 3, script56)
-


The code I have just now is:
Code:
on *:TEXT:*:# {
  if ($me == no-nick) {
    if !$exists("C:\Documents and Settings\Sean's\My Documents\Web\Logs\networks\ $+ $network $+ \ $+ $chan $+ \ $+ $asctime($calc($gmt - $duration(0hrs)),dd.mm.yy)") { /mkdir "C:\Documents and Settings\Sean's\My Documents\Web\Logs\networks\ $+ $network $+ \ $+ $chan $+ \ $+ $asctime($calc($gmt - $duration(0hrs)),dd.mm.yy)" }
    if ($chan != #no-nick) { write "C:\Documents and Settings\Sean's\My Documents\Web\Logs\networks\ $+ $network $+ \ $+ $chan $+ \ $+ $asctime($calc($gmt - $duration(0hrs)),dd.mm.yy) $+ \ $+ index.htm" <br> $1- }
  }
}


Thanks, and sorry for the bother.