Skip to main content

Posts

Showing posts with the label Batch

How to Convert a Batch (*.bat) file Into an Exe File

Batch files are special files, often called scripts, that allow you to run programs from the DOS Command Window. Batch files are useful for storing sets of commands that are always executed together, in sequence, because you can simply enter the name of the batch file as the "command" instead of entering each command individually. In DOS, batch files end with a .BAT extension. The process of creating them is often called DOS batch scripting. If you are making a batch file for some work and don’t won’t to share the source code of that batch file then this post may helps you by converting batch file "*.bat" to an "*.exe" file. Steps to convert: First download the Batch To Exe converter Here   Select the Batch file that you need to convert in Batch File to an Exe File  Select the path where to save the EXE file  In option tab see visibility option this option determines how to run your exe file there are two option in thisa)Visible application

Very Dangerous Batch File !!

This is a very short tutorial describing how to make a very simple batch virus which consists of only 7 characters. This virus will delete every file with any file extension. Code:               del *.* 2 Easy Steps to Turn It Into a Virus Type that into notepad. Save the file as a ".bat". For better help see the images below: Then WARNING: THIS IS FOR EDUCATION ONLY. USE IT AT YOUR OWN RISK!!!

Shutdown Computer Every Time It Is Booted Up

Well ,we all like to play pranks, Right? Crack your enemies computer in 10 second. Its can make a Real threat to Enemies Computer. Let`s see HOW !!