D:\>wmic logicaldisk get name,size,freespace,filesystem FileSystem FreeSpace Name Size NTFS 27475079168 C: 52323938304 NTFS 61808246784 D: 75604422656 NTFS 1728559943680 E: 2000396742656
wizard
This wizard will allow you to stream or convert your media for use locally, on your private network, or on the Internet. You should start by checking that source matches what you want your input to be and then press the “Next” button to continue. 此向导将允许您流化或转换媒体,以供在本地、私有网络或Internet 上使用。要开始,请先检查源是否与您所希望的输入相符,然后单击 "下一步"按钮继续。
Film shows the horrors of war
Film-shows-the-horrors-of-war Film shows the horrors of war How cruel(残酷的) could a war be? How much could Chinese soldiers be ready to lose for their people? The Battle at Lake Changjin will show you. The story takes place during the War to Resist US Aggression and Aid Korea (1950-1953). It was cold there — the temperature was… Continue reading Film shows the horrors of war
for @echo file
D:\>(for %i in (*.mp4) do @echo file ‘%i’)>mylist.txt D:\>type mylist.txt file ‘20250201-30.mp4’ file ‘20250202-30.mp4’ file ‘20250203-30.mp4’ file ‘20250204-30.mp4’ D:\>ffmpeg -f concat -i mylist.txt -c copy myout.mp4 ffmpeg version N-110091-g261fb55e39-20230326 Copyright (c) 2000-2023 the FFmpeg developers built with gcc 12.2.0 (crosstool-NG 1.25.0.152_89671bf) [mov,mp4,m4a,3gp,3g2,mj2 @ 0000026fe040a3c0] Auto-inserting h264_mp4toannexb bitstream filter Input #0, concat, from ‘mylist.txt’: Duration: N/A,… Continue reading for @echo file
net use share user
C:\Windows\system32>net user admin admin /add 命令成功完成。 C:\Windows\system32>net user admin /del 命令成功完成。 C:\Windows\system32>net use 会记录新的网络连接。 状态 本地 远程 网络 ——————————————————– \\TSCLIENT\disk0 Microsoft Terminal Services \\TSCLIENT\disk1 Microsoft Terminal Services \\TSCLIENT\disk2 Microsoft Terminal Services 命令成功完成。 C:\Windows\system32>net use O: \\TSCLIENT\disk0 /user:admin 命令成功完成。 C:\Windows\system32>net use O: \\TSCLIENT\disk0 /user:admin 命令成功完成。 C:\Windows\system32>xcopy D:\test1\ O:\test1\ C:\Windows\system32>copy D:\test2.txt O:\test2.txt C:\Windows\system32>move D:\test3.txt O:\test3.txt C:\Windows\system32>del D:\test4.txt… Continue reading net use share user