PDA

View Full Version : Anh em cho hỏi lệnh xóa File ở trong dos cái



nho_duoc_bao_lau
10-11-2007, 13:26
Anh em ai biết lệnh xóa file ở trong dos có cú pháp là gì không ? chỉ giúp mình với
xóa File chứ không phải Folder nhé (lệnh này mình biết rồi)

HoaiNiemCu
10-11-2007, 13:32
del *.*
đơn giản vậy thôi.

The Old Man
10-11-2007, 14:04
Del /? thì ra hết các thông số theo

hieept
10-11-2007, 14:15
lệnh của bác TOM rất chi tiết và đầy đủ
nhân đây cũng xin nói thêm một chút

cú pháp: del_[ổ đĩa]\[đường dẫn]\<tên tập tin.phần mở rộng> [tham số]
command: del_[disk]\[path]\<file name.external> [/y] [/n]

ví dụ có tập tin music.mp3 trong thư mục nhac trong ổ D ta làm như sau:
từ dấu nhấp hệ thống gõ del d:\nhac\music.mp3
thì tập tin music.mp3 được xóa ngay
nếu bạn chỉ gõ del d:\nhac\music thì nó sẽ bảo là không có tập tin đó nên nó không thực thi

nếu có 100 bài hát .mp3 trong thư mục nhac trong ổ D ta xóa nhanh như sau:
từ dấu nhấp hệ thống gõ del d:\nhac /y
thì 100 bài hát đó được xóa ngay
tham số y cho biết là ta đồng ý xóa nó, không cần hỏi lại
lệnh này tương đương với del d:\nhac\*.* d:\nhac\*.* are you sure <Y/N>? Y

nếu chỉ del *.* thì nó sẽ xóa sạch những gì đang có nơi dấu nhấp hệ thống đang focus (trong một folder nào đó).
ví dụ del d:\nhac\*.*thì xóa hết tất cả các bài hát trong folder nhac
lệnh tương đương: d:\nhac>del *.*
nguy hiểm đó, nếu như bạn không cẩn thận, nó sẽ xóa sạch không có trong thùng rác để mà cứu lại đâu.

Lord_of_monsters
10-11-2007, 21:46
nếu bạn không rành lắm về dos chạy phần mềm nc ấy tiện hơn và dễ tạo xóa...

squall86
10-11-2007, 21:49
del *.*
đơn giản vậy thôi.

gietnguoi.com ^^ haha

Lord_of_monsters
10-11-2007, 21:53
gietnguoi.com ^^ haha

làm gì mà nói thế. bạn không cần dùng del *.* đâu đánh lệnh này đơn giản hơn nhiều del .
cái lệnh này mà thầy giáo cho tôi 10 điểm đấy

squall86
10-11-2007, 22:00
làm gì mà nói thế. bạn không cần dùng del *.* đâu đánh lệnh này đơn giản hơn nhiều del .
cái lệnh này mà thầy giáo cho tôi 10 điểm đấy

nice shot
mình buồn cười vì bạn kia ? vậy mà HoaiNiemCu trả lời k đủ ý thôi

nho_duoc_bao_lau
11-11-2007, 09:09
Hix em hỏi để diệt con NTDe1ech.com nhưng lệnh này không diệt được
khi vào dos gõ dir thì nó hiện lên nhưng gõ del thì nó lại nói là không tìm thấy
Hiện máy đang không cho vào các ổ cứng chỉ vào được khi dùng Explo thôi.
con này đi kem theo con AVPO dùng bk diệt được con AV rồi thì con này diệt không hết dùng cả BIT + BK +SEMANTECH ... nói chung là dùng hết rồi.Anh nào biết điệt con này chi em với

nguoimoi
11-11-2007, 10:23
Một số lệnh thông dụng trong DOS:

ASSOC : Displays or modifies file extension associations.
AT : Schedules commands and programs to run on a computer.
ATTRIB : Displays or changes file attributes.
BREAK : Sets or clears extended CTRL+C checking.
CACLS: Displays or modifies access control lists (ACLs) of files.
CALL : Calls one batch program from another.
CD : Displays the name of or changes the current directory.
CHCP : Displays or sets the active code page number.
CHDIR : Displays the name of or changes the current directory.
CHKDSK : Checks a disk and displays a status report.
CHKNTFS : Displays or modifies the checking of disk at boot time.
CLS : Clears the screen.
CMD : Starts a new instance of the Windows command interpreter.
COLOR : Sets the default console foreground and background colors.
COMP: Compares the contents of two files or sets of files.
COMPACT: Displays or alters the compression of files on NTFS partitions.
CONVERT : Converts FAT volumes to NTFS. You cannot convert the
current drive.
COPY : Copies one or more files to another location.
DATE : Displays or sets the date.
DEL : Deletes one or more files.
DIR : Displays a list of files and subdirectories in a directory.
DISKCOMP: Compares the contents of two floppy disks.
DISKCOPY : Copies the contents of one floppy disk to another.
DOSKEY : Edits command lines, recalls Windows commands, and creates macros.
ECHO : Displays messages, or turns command echoing on or off.
ENDLOCAL: Ends localization of environment changes in a batch file.
ERASE : Deletes one or more files.
EXIT : Quits the CMD.EXE program (command interpreter).
FC : Compares two files or sets of files, and displays the differences between them.
FIND : Searches for a text string in a file or files.
FINDSTR : Searches for strings in files.
FOR : Runs a specified command for each file in a set of files.
FORMAT : Formats a disk for use with Windows.
FTYPE : Displays or modifies file types used in file extension association
GOTO : Directs the Windows command interpreter to a labeled line in a batch program.
GRAFTABL : Enables Windows to display an extended character set in graphics mode.
HELP : Provides Help information for Windows commands.
IF : Performs conditional processing in batch programs.
LABEL : Creates, changes, or deletes the volume label of a disk.
MD : Creates a directory.
MKDIR : Creates a directory.
MODE : Configures a system device.
MORE : Displays output one screen at a time.
MOVE : Moves one or more files from one directory to another directory.
PATH : Displays or sets a search path for executable files.
PAUSE : Suspends processing of a batch file and displays a message.
POPD : Restores the previous value of the current directory saved by PUSH
PRINT : Prints a text file.
PROMPT : Changes the Windows command prompt.
PUSHD : Saves the current directory then changes it.
RD : Removes a directory.
RECOVER : Recovers readable information from a bad or defective disk.
REM : Records comments (remarks) in batch files or CONFIG.SYS.
REN : Renames a file or files.
RENAME : Renames a file or files.
REPLACE : Replaces files.
RMDIR : Removes a directory.
SET : Displays, sets, or removes Windows environment variables.
SETLOCAL : Begins localization of environment changes in a batch file.
SHIFT :Shifts the position of replaceable parameters in batch files.
SORT : Sorts input.
START : Starts a separate window to run a specified program or command.
SUBST : Associates a path with a drive letter.
TIME : Displays or sets the system time.
TITLE : Sets the window title for a CMD.EXE session.
TREE : Graphically displays the directory structure of a drive or path.
TYPE : Displays the contents of a text file.
VER : Displays the Windows version.
VERIFY : Tells Windows whether to verify that your files are written correctly to a disk.
VOL : Displays a disk volume label and S_E_R_I_A_L number.
XCOPY : Copies files and directory trees.

paraquay
18-03-2010, 22:22
Các sư huynh tỷ muội cho hỏi tý..?tai sao chỗ start up minh co`` 2 file minh vào dó dùng lenh del *.* xoa thi ok nhung nó vãn còn vậy là sao ..? 1 cái khác là mình đứng ở ngoài màng hình đăng nhập vào Dos ..? ơ đây là chưa có file nào chạy Tại vào thi logg of ra liền .,...? cho dù nhấn shift ?

vantucd
01-04-2010, 13:18
dùng lệnh Del Vd C:\>Del TP\Bin\*.pas là Xóa tất cả các tệp đuôi Pas trong thư mục Bin

nghuyenanhphan
20-04-2010, 15:41
Hix em hỏi để diệt con NTDe1ech.com nhưng lệnh này không diệt được
khi vào dos gõ dir thì nó hiện lên nhưng gõ del thì nó lại nói là không tìm thấy
Hiện máy đang không cho vào các ổ cứng chỉ vào được khi dùng Explo thôi.
con này đi kem theo con AVPO dùng bk diệt được con AV rồi thì con này diệt không hết dùng cả BIT + BK +SEMANTECH ... nói chung là dùng hết rồi.Anh nào biết điệt con này chi em với

Dùng Kaspersky xem sao. Phiên bản Trial ấy. Download về rồi cài đặt . Nhớ là down Kaspersky Antivirut chứ không phải phiên bản khác. Dùng xong nên gỡ ra luôn, không để mãi như vậy vì đó là bản dùng thử nên sẽ luôn hỏi key. Dùng 30 ngày mà không có Key hoặc không gỡ bỏ sẽ bị lỗi. Có khi treo máy luôn.

[=========> Bổ sung bài viết <=========]

Down trực tiếp từ trang chủ : www.kaspersky.com

tranminhtan48
14-07-2010, 17:19
Các pro cho em hỏi:
Nếu trong thư mục "startup" của mình (c:\documents and settings\...\start menu\programs\startup) có một file.exe với nội dung:
"shutdown -s -t 1"
sau khi khởi động máy 1s thì tự động tắt,vậy phải làm sao để xóa tập tin này, please HD chi tiết dùm e, thank!!!

xcode
14-07-2010, 17:44
Sao màn hình welcome, bạn giữ phìm Shift thì Windows nó sẽ bỏ qua quá trình Startup => Xóa file theo cách bình thường :)

thedollar
19-01-2011, 15:16
lệnh của bác TOM rất chi tiết và đầy đủ
nhân đây cũng xin nói thêm một chút

cú pháp: del_[ổ đĩa]\[đường dẫn]\<tên tập tin.phần mở rộng> [tham số]
command: del_[disk]\[path]\<file name.external> [/y] [/n]

ví dụ có tập tin music.mp3 trong thư mục nhac trong ổ D ta làm như sau:
từ dấu nhấp hệ thống gõ del d:\nhac\music.mp3
thì tập tin music.mp3 được xóa ngay
nếu bạn chỉ gõ del d:\nhac\music thì nó sẽ bảo là không có tập tin đó nên nó không thực thi

nếu có 100 bài hát .mp3 trong thư mục nhac trong ổ D ta xóa nhanh như sau:
từ dấu nhấp hệ thống gõ del d:\nhac /y
thì 100 bài hát đó được xóa ngay
tham số y cho biết là ta đồng ý xóa nó, không cần hỏi lại
lệnh này tương đương với del d:\nhac\*.* d:\nhac\*.* are you sure <Y/N>? Y

nếu chỉ del *.* thì nó sẽ xóa sạch những gì đang có nơi dấu nhấp hệ thống đang focus (trong một folder nào đó).
ví dụ del d:\nhac\*.*thì xóa hết tất cả các bài hát trong folder nhac
lệnh tương đương: d:\nhac>del *.*
nguy hiểm đó, nếu như bạn không cẩn thận, nó sẽ xóa sạch không có trong thùng rác để mà cứu lại đâu.
VD mình muốn xóa bài "vụt mất" thì gõ dấu space như nào vậy bạn