■ Start-Process 명령에서 -FilePath 스위치를 사용해 메모장을 실행하는 방법을 보여준다.
▶ 실행 명령
1 2 3 |
Start-Process -FilePath notepad |
■ Start-Process 명령에서 -FilePath 스위치를 사용해 메모장을 실행하는 방법을 보여준다.
▶ 실행 명령
1 2 3 |
Start-Process -FilePath notepad |