$scriptdirmy_file.mrc = $mircdir $+ directory\my_file.mrc

$mircdir
Returns the current directory of the mIRC program.

$scriptdir
Returns the directory of the currently executing remote script.

If other people are like me, I hate to use the $mircdir to load and run scripts from. $scriptdir is the working directory of your currently executing $script.

Hope this helps... smile