How to create a text file using Powershell

3 months ago
5

In this video, the presenter demonstrates how to create an empty text file using PowerShell. They start by opening PowerShell in administrator mode. After navigating to the D drive, they use the command `fsutil create new` followed by the file path and size to create a file named "testfile.txt." The video concludes with a confirmation that the file has been successfully created.

Loading comments...