The KILL command is used to delete a file from a diskette or hard disk
Syntax
KILL file name
Where,
file name : The name of the file to be erased or deleted.
Syntax
KILL file name
Where,
file name : The name of the file to be erased or deleted.
- KILL can be used to delete all types of files (e.g. program files)
 - You have to specify the extension of the file when using KILL command
 - To delete currently opened file, close the file first and use KILL command.
 
KILL "BIODATA.BAS" (press enter key)
It deletes the file BIODATA in the current directory.
KILL "A : \ BIODATA.BAS  (press enter key)
It deletes the file BIODATA>BAS of the drieve A: 
No comments:
Post a Comment