: Can viruses be created using batch file.I want make a batch file
: which wil delete all .doc file without notifying the user-can that
: type of batch file be called a virus.
:
No, batch files will always open a commadn window and show their progress to the user. Also batch files must be run by the user or be called as a child process from another program.