| View previous topic :: View next topic |
| Author |
Message |
vdongen
Joined: 08 May 2005 Posts: 41 Location: Jakarta, Indonesia
|
Posted: Sat Jan 27, 2007 7:05 am Post subject: How to open an ahk within another ahk |
|
|
How to open an ahk within another ahk. If this is the run directory/location then the ahk should be updated once the ahks are moved to another location.
Is there a command that launch the ahk as along as it is in the same directory. |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6836 Location: France (near Paris)
|
Posted: Sat Jan 27, 2007 8:32 am Post subject: |
|
|
Just use A_ScriptDir. _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
|