I have used Mirc for years, however its been a while since I have use it.

Today I got a new laptop and loaded my old script onto the laptop, then redownloaded the newest version.

upon putting my scripts into the Mirc folder, which is on my desktop as I always do, then attempting to load them in, I get this error message.

/load: no such file 'C:\Users\Owner\AppData\Roaming\mIRC\sc\BotTalk.txt'

however I am giving it this command,because thats where I put it.
/load -rs mirc/sc/bottalk.txt

If I load it from scripts editor, it loads, however I still cant use the menu commands I set

Bot Talk
.On:/load -rs sc/BotTalk.txt | /msg $chan 0,12[Bot Talk On]
.Off:/unload -rs sc/BotTalk.txt | /msg $chan 0,12[Bot Talk Off]
.Edit Bot Talker:{ run notepad.exe sc/BotTalk.txt }

I still get the "not found message" because mirc keeps ignoring my commands and looks in

C:\Users\Owner\AppData\Roaming\mIRC

I know I can just put all my scripts in the roaming folder, then recode all my command lines, but I would rather fix this issue, however I have no clue why Mirc is ignoring my commands and looking in the roaming folder.

Any ideas why its doing that?

thanks in advanced