Open CMD window in Windows 11 and change to D:
drive
from command prompt:
D:\>TYPE TEST.TXT
, output:
D:\>ren TEST1.TXT TEST.TXTD:\>dir Volume in drive D has no label. Volume Serial Number is 76E8-CACF Directory of D:\01/21/2024 03:00 PM 41 TEST.TXT 1 File(s) 41 bytes 0 Dir(s) 1,048,540,479,488 bytes freeD:\>type test.txtThe syntax of the command is incorrect.D:\>TYPE TEST.TXTThe syntax of the command is incorrect.D:\>TYPE D:\TEST.TXTThe syntax of the command is incorrect.D:\>TYPE "D:\TEST.TXT"The syntax of the command is incorrect.D:\>TYPE /?Displays the contents of a text file or files.TYPE [drive:] [path] filenameD:\>