diskcopy
秃噜豆儿 发表于 2020-06-19 17:30浏览次数:
diskcopy实用程序允许用户将一张软盘的完整内容复制到另一张。
The diskcopy utility allows a user to copy the complete contents of one diskette to another.
不建议将diskcopy命令用于除软盘以外的任何东西。
It is not recommended that the diskcopy command be used for anything but a floppy diskette.
目录:
1 diskcopy 运行系统环境
2 diskcopy 语法
3 diskcopy 示例
diskcopy 运行系统环境
Windows 95
Windows 98
Windows xp
Windows vista
Windows 2000
Windows 7
Windows 8
Windows 10
Windows NT
Windows ME
All Versions of MS-DOS
diskcopy 语法
Windows Vista和更高版本的语法
DISKCOPY [drive1: [drive2:]] [/V]
两个软盘必须具有相同的类型。
您可以为drive1和drive2指定相同的驱动器。
Windows XP和更早的语法
DISKCOPY [drive1: [drive2:]] [/1] [/V] [/M]
/1
|
仅复制磁盘的第一面。
|
/V
|
验证信息是否正确复制。
|
/M
|
仅使用内存强制进行多遍复制。
|
两个软盘必须具有相同的类型和大小。
您可以为drive1和drive2指定相同的驱动器。
Windows Vista and later syntax
DISKCOPY [drive1: [drive2:]] [/V]
/V
|
Verifies that the information is copied correctly.
|
The two floppy disks must be the same type.
You may specify the same drive for drive1 and drive2.
Windows XP and earlier syntax
DISKCOPY [drive1: [drive2:]] [/1] [/V] [/M]
/1
|
Copies only the first side of the disk.
|
/V
|
Verifies that the information is copied correctly.
|
/M
|
Force multi-pass copy using memory only.
|
The two floppy disks must be the same type and size.
You may specify the same drive for drive1 and drive2.
diskcopy 示例
diskcopy a:
上面的命令将复制驱动器中当前的磁盘。
diskcopy a:
The command above would make a copy of the disk that is currently in your drive.