Login Register






Hiding a .Bat File (Simple) filter_list
Author
Message
Hiding a .Bat File (Simple) #1
Welcome my Batch coders!
I hope you're ready for a hacking 2014, I know I am! :Sarcastic:
Anyways, today I'll show you how to hide a Batch file, this can be used to hide Batch "viruses" and etc.

1. Open something that, like Notepad, that can create Batch code.
2. Type the following:

Code:
attrib +h %0

3. This keeps the file hidden! Of course, there are simple ways to reverse this, like instead typing:

Code:
attrib -h

I hope this helps!
By the way, I'm releasing a rap EP I've been working on, leave a reply down below and I'll talk to you about it!
Half the money that I receive from the EP goes to a local charity!
Have a happy hacking 2014!

- Ninja
(This post was last modified: 12-30-2013, 08:12 PM by Spotifly.)

Reply