Događaji
M04 29 14 - M04 30 19
Pridružite se vrhunskom virtualnom događaju za Windows Server od 29. do 30. aprila za dubinske tehničke sesije i pitanja i odgovore uživo sa inženjerima kompanije Microsoft.
Registrirajte se odmahOvaj preglednik više nije podržan.
Nadogradite na Microsoft Edge da iskoristite najnovije osobine, sigurnosna ažuriranja i tehničku podršku.
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
Događaji
M04 29 14 - M04 30 19
Pridružite se vrhunskom virtualnom događaju za Windows Server od 29. do 30. aprila za dubinske tehničke sesije i pitanja i odgovore uživo sa inženjerima kompanije Microsoft.
Registrirajte se odmah