ईवेंट्स
29 अप्रैल, 2 pm - 30 अप्रैल, 7 pm
अंतिम विंडोज सर्वर वर्चुअल इवेंट में शामिल हों अप्रैल 29-30 डीप-डाइव तकनीकी सत्रों के लिए और Microsoft इंजीनियरों के साथ लाइव क्यू एंड ए।
अभी साइन अप करेंयह ब्राउज़र अब समर्थित नहीं है.
नवीनतम सुविधाओं, सुरक्षा अपडेट और तकनीकी सहायता का लाभ लेने के लिए Microsoft Edge में अपग्रेड करें.
In the Windows Command shell, type is a built in command which displays the contents of a text file. Use the type command to view a text file without modifying it.
In PowerShell, type is a built-in alias to the Get-Content cmdlet, which also displays the contents of a file, but using a different syntax.
type [<drive>:][<path>]<filename>
Parameter | Description |
---|---|
[<drive>:][<path>]<filename> |
Specifies the location and name of the file or files that you want to view. If your <filename> contains spaces, you must enclose it in quotation marks (for example, "Filename Containing Spaces.txt"). You can also add multiple filenames by adding spaces between them. |
/? | Displays help at the command prompt. |
To display the contents of a file named holiday.mar, type:
type holiday.mar
To display the contents of a lengthy file named holiday.mar one screen at a time, type:
type holiday.mar | more
ईवेंट्स
29 अप्रैल, 2 pm - 30 अप्रैल, 7 pm
अंतिम विंडोज सर्वर वर्चुअल इवेंट में शामिल हों अप्रैल 29-30 डीप-डाइव तकनीकी सत्रों के लिए और Microsoft इंजीनियरों के साथ लाइव क्यू एंड ए।
अभी साइन अप करें