Hack Forums

Full Version: Creating a sign off
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey i was wondering, is there any way to create like a .txt file in a .bat
So like say i made a E bomb then when it was all over there would be a text document on your desktop that said like "you got owned" or something
How can i do that
You can try this:

Code:
echo you got owned! >> something.txt

easiest method


Sysem
start notepad.exe "put your message here (:"
Ikeo Wrote:start notepad.exe "put your message here (:"
That creates an empty file, with title "put your message here (:"
all the more fun ^_^
Ikeo Wrote:start notepad.exe "put your message here (:"

that searches for a document called "put your message here (:" and it wont find it.
Reference URL's