autoithotkey question

  • Thread starter Thread starter Dos-Man
  • Start date Start date
D

Dos-Man

how can a autoithotkey script/program determine
the location of the user's Windows\System directory?

dos-man
 
Dos-Man said:
how can a autoithotkey script/program determine
the location of the user's Windows\System directory?

dos-man

Try the glocal variable %SystemRoot%, which will map to C:\Windows or
C:\Winnt most of the time.

%SystemRoot%\System32
 
Back
Top