This is the code that is NOT working: #Create working directory. $0 = Test-Path "c:\working" if (! $0) { mkdir "C:\working" ...
確定! 回上一頁