![]() |
|
Hiding a .Bat File (Simple) - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Coding (https://sinister.li/Forum-Coding--71) +--- Thread: Hiding a .Bat File (Simple) (/Thread-Hiding-a-Bat-File-Simple) |
Hiding a .Bat File (Simple) - ninja805 - 12-30-2013 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 %03. This keeps the file hidden! Of course, there are simple ways to reverse this, like instead typing: Code: attrib -hI 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 |