userabuser
Joined: 15 Jul 2006 Posts: 31
|
Posted: Mon Jan 08, 2007 11:50 pm Post subject: runonce problem solved |
|
|
Since this one gave me a bit of trouble, I thought I'd post it for others...
When you do a runonce registry key, sometimes you do not get the results you expected. To work around this, it may be helpfull to include the working directory. enough talk, put this at the top of the script.
| Code: | | SetWorkingDir, %A_ScriptDir% |
|
|