Ok, I'll try.

My mirc is currently located in C:\new folder\mircscript\
When I run it, it shows a damaged toolbar an this error:

* /dll: unable to open 'C:\new' (line 49, Toolbar.ini)

but on Line 49 is only this code:

Code:
alias mdx { dll $shortfn(addons\Toolbar\mdx.dll) $$1- }
alias rebar { dll $shortfn(addons\Toolbar\rebar.dll) $$1- }
alias bars { return $shortfn(addons\Toolbar\bars.mdx) }
alias ctl { return $shortfn(addons\Toolbar\ctl_gen.mdx) } 
alias views { return $shortfn(addons\Toolbar\views.mdx) }
alias conf { writeini $shortfn(addons\Toolbar\Toolbar.ini) Settings $1 $2- }
alias rconf { return $readini($shortfn(addons\Toolbar\Toolbar.ini),Settings,$1) }
alias tbarsetup { $iif(!$dialog(tbarsetup),dialog -m tbarsetup tbarsetup,dialog -v tbarsetup) }


i dont understand this error, when I change the pathnames to { dll ($mircdiraddons\Toolbar\mdx.dll) $$1- } for example, there are no more errors - but the toolbar won't work. But when I move my mircscript to C:\mircscript\ it works fine?!