PDA

View Full Version : How to detect the Windows 'system' directory ?


Maxim30
13th June 2006, 22:31
Hello,

how to recognize and use runtime the Windows 'system' folder, that is the 'system' folder that changes in the Windows versions (I think it may be sometime c:\windows\system and sometime c:\windows\system32) ?

Afrow UK
13th June 2006, 22:35
$SYSDIR.
It's in the manual. You just need to look :p

-Stu

JasonFriday13
13th June 2006, 22:36
True, I was just going to say that.