D Dos-Man Nov 12, 2004 #1 how can a autoithotkey script/program determine the location of the user's Windows\System directory? dos-man
how can a autoithotkey script/program determine the location of the user's Windows\System directory? dos-man
D Dekaritae Nov 12, 2004 #2 Dos-Man said: how can a autoithotkey script/program determine the location of the user's Windows\System directory? dos-man Click to expand... Try the glocal variable %SystemRoot%, which will map to C:\Windows or C:\Winnt most of the time. %SystemRoot%\System32
Dos-Man said: how can a autoithotkey script/program determine the location of the user's Windows\System directory? dos-man Click to expand... Try the glocal variable %SystemRoot%, which will map to C:\Windows or C:\Winnt most of the time. %SystemRoot%\System32
M Mario Alvares Nov 12, 2004 #3 (e-mail address removed) (Dos-Man) wrote in @posting.google.com: how can a autoithotkey script/program determine the location of the user's Windows\System directory? Click to expand... Use the in - built 'A_WinDir' variable: http://www.autohotkey.com/docs/Variables.htm#WinDir Also, it may be a good idea to post AutoHotkey - related questions to the site forum : http://www.autohotkey.com/forum/ The author is very responsive and helpful, as are the other forum members.
(e-mail address removed) (Dos-Man) wrote in @posting.google.com: how can a autoithotkey script/program determine the location of the user's Windows\System directory? Click to expand... Use the in - built 'A_WinDir' variable: http://www.autohotkey.com/docs/Variables.htm#WinDir Also, it may be a good idea to post AutoHotkey - related questions to the site forum : http://www.autohotkey.com/forum/ The author is very responsive and helpful, as are the other forum members.