PDA

View Full Version : Working with advmethod


MrKillington
12-01-02, 01:00 PM
Ok, because I'm a moron, I'm having problems with advmethod. I wanna use the tag, but I have folding set up to run at startup. In the registry, this is what I have under "run"
"C:\Tools\F@H\FAH3Console.exe"-advmethods
I know it's in the right place, since it worked before, so I assume it's a syntax error since it doesn't run anymore at startup. Did I spell something wrong, or what?

nightowl
12-01-02, 01:20 PM
Is that exactly how it is entered? If so you need to include a space after the path name so that it looks like this:

"C:\Tools\F@H\FAH3Console.exe" -advmethods

MrKillington
12-01-02, 01:21 PM
ok, thanks... geez, I knew it'd be something ilke that.