PowerTip: Use PowerShell to Help Build Paths

Doctor Scripto

Summary: Use Windows PowerShell to build a path to the system32 directory.

Hey, Scripting Guy! Question I need to build a path to the Windows\system32 directory. How can I do this?

 

Hey, Scripting Guy! Answer Join-Path -path (get-item env:\windir).value -ChildPath system32

0 comments

Discussion is closed.

Feedback usabilla icon