letrungdungcz
03-19-2007, 03:30 PM
Tải về tại đây (http://www.4shared.com/file/7299987/8af3a97d/Command_Lines.html)
Link die rồi. Bạn kiểm tra lại đi
anhphuong91
02-18-2009, 07:26 PM
có ai chỉ giúp minh câu lệnh copy trong DOS với
tahomam
02-18-2009, 11:06 PM
Thông thường ít ai nhớ được tất cả các lệnh, nếu bạn không nhớ 1 lệnh nào đó bBạn chỉ cần vào dos rồi gõ tên_lệnh /? là ra cấu trúc lệnh thôi
ví dụ:
Microsoft Windows XP
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\Administrator>copy /?
Copies one or more files to another location.
COPY [/D] [/N] [/Y | /-Y] [/Z] [/A | /B ] source [/A | /B]
[+ source [/A | /B] [+ ...]] [destination [/A | /B]]
source Specifies the file or files to be copied.
/A Indicates an ASCII text file.
/B Indicates a binary file.
/D Allow the destination file to be created decrypted
destination Specifies the directory and/or filename for the new file(s).
/V Verifies that new files are written correctly.
/N Uses short filename, if available, when copying a file with a
non-8dot3 name.
/Y Suppresses prompting to confirm you want to overwrite an
existing destination file.
/-Y Causes prompting to confirm you want to overwrite an
existing destination file.
/Z Copies networked files in restartable mode.
The switch /Y may be preset in the COPYCMD environment variable.
This may be overridden with /-Y on the command line. Default is
to prompt on overwrites unless COPY command is being executed from
within a batch script.
To append files, specify a single file for destination, but multiple files
for source (using wildcards or file1+file2+file3 format).