home *** CD-ROM | disk | FTP | other *** search
- echo off
- CREATE A B
- echo You have just created a zero-byte file on your disk called
- echo A B. We shall now try to delete that file by using the
- echo command
- echo
- echo DEL A B
- echo
- pause
- cls
- DEL A B
- echo
- echo Notice the response. A DIR operation reveals the file is
- echo still there:
- DIR A*
- echo
- echo Now we shall use ELIM to delete this file, using the command
- echo