Personal tools

Log in

Changes

From All n One's bxp software Wixi

Jump to: navigation, search

File names and interacting with local file systems

2 bytes removed, 11:31, 15 February 2016
DOS Batch files
There are common operations for file systems such as deleting temporary files and moving documents around. These instructions instead of being type typed separately line by line every time , can be grouped up into a text file.
Batch files written by other people can be very dangerous as they can create a process to do damaging things. One of the most famous and childish of these is to call the batch file sex.bat and put the following commands in it.
# echo gives a prompt to the user and encourages them to wait
# The next command goes to the root
# The last line deletes every folder and file off the computer including from every sub directory, and doesn't ask the user for permission, just . Just says yes to everything.  This batch file will destory all of the files on your computer.
This batch file will destroy all of the files on your computer.
== Reserved Characters ==
7,528
edits