Is mIRC.ini in the folder with mIRC.exe or with the script? It should be in the same folder as mIRC.exe. Doing that should eliminate use of the Roaming folder and result in $mircdir being the same location as mIRC.exe. You can then load the script using /load -rs Autoget\Autoget.mrc (no need for $qt() because it doesn't have spaces in the relative path).

**Remember that you should have mIRC closed when moving the mIRC.ini file, or at least close and reopen mIRC afterwards as it won't change the location until it's been restarted.

Alternatively, you can specify C:\ in the full path (the only thing you missed in your /load example) and it should load fine.

As far as the script itself looking in the wrong location, that may be due to using a relative path or $mircdir rather than using $scriptdir if the script it trying to look in the script folder for something.

Here's a small example of what you should see in your folder structure. You'll have more files, but make sure these are at least set up this way...

[c:\program files (x86)\mirc\]
mIRC.exe
mIRC.ini
[c:\program files (x86)\mirc\Autoget]
Autoget.mrc

Also, just as a note on your choice of path... there are some scripts out there that are not designed to work in a path that uses spaces, or makes use of $shortdir to handle spaces. This can cause those scripts to fail in one way or another on your system because you have mIRC installed to the program files folder. If you're only using your own scripts or ones designed to handle spaces or ones that don't use paths/filenames, it won't matter, but if you plan to try/use any other scripts (mainly scripts that have been around a long time), it can be better to have mIRC installed to a location without spaces, such as c:\mIRC\.


Invision Support
#Invision on irc.irchighway.net