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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top