Well, the school always tries to screw me up and well, looks like they were going to ban me again from their computers when they saw me running a batch file. (I was showing a joke to my computer-impaired friend).
@echo off echo You will die and go to hell pause @echo off echo Are you sure? pause @echo off echo OK off you go. pause start HELL
The lady was like "oh what have we told you about having executables?" and "what were you doing?" and the usual questioning. I was telling her its just a batch file and that I'm not running anything on the computer and she said that it was. I didn't want to get banned again so I kept my mouth shut.
And that leads me to ask... Is a batch file an "executable"? its running cmd.exe from system32, its not really an exe, right?
P.S. I've also tried to run cmd.exe from system32 but they disabled it last year after one of my friends hacked into the school server and started changing his grades. (The district never knew it was him though :P)
When they say executable are banned, it usually means you're not supposed to be running anything. It's best not to push it.
Sometimes, the impossible can become possible, if you're awesome!
yes, a batch file is an executable... it can do an awful lot, including screwing up a system in a major way.
Batch files can't access API's directly, but they can run any other program, open files, move/copy/delete files, shut the system down, etc. etc. etc... (open the Command Prompt and type "help" without the quotes to see all the stuff a batch file can do)
Batch files can even execute loops, IIRC.
Bottom line: yes, batch files are executables. (So are VBScripts, JavaScripts, COM files, PIF files and plain old EXE files)
"The question I would like to know, is the Ultimate Question of Life, the Universe and Everything. All we know about it is that the Answer is Forty-two, which is a little aggravating."
You shouldn't of been showing off anyway. Skiddies like you ruin it for everyone.
"look what i can do!"
"omg! how do you do that?"
"well, it takes time...."
Stop showing off to people who have no [filtered by mod] idea what you're doing and spend your time doing something useful.
Lose the attitude and the vocabulary please.
Moderator Tim
Things have got to get better, they can't get worse, or can they?