Welcome, Guest

Author Topic: Funny Program  (Read 2863 times)

deoxy99

  • Universe Sandbox 1 Beta Team
  • *****
  • Posts: 872
  • ✨ the name's verb ✨
Funny Program
« on: April 03, 2010, 11:22:57 PM »
Here's a .zip archive of my batch file:

atomic7732

  • Global Moderator
  • *****
  • Posts: 3849
  • caught in the river turning blue
    • Paladin of Storms
Re: Funny Program
« Reply #1 on: April 03, 2010, 11:39:41 PM »
"BadFile.bat"

"Sorry, you aren't allowed to open this file..."
"Administarators are the only allowed to open this file..."

But I AM an administrator!

What does it do, and how do you make them?

deoxy99

  • Universe Sandbox 1 Beta Team
  • *****
  • Posts: 872
  • ✨ the name's verb ✨
Re: Funny Program
« Reply #2 on: April 03, 2010, 11:44:26 PM »
It's just a funny prank. It doesn't know you are an administrator, it just says that.

deoxy99

  • Universe Sandbox 1 Beta Team
  • *****
  • Posts: 872
  • ✨ the name's verb ✨
Re: Funny Program
« Reply #3 on: April 03, 2010, 11:45:12 PM »
The code:
@echo off
echo Sorry, you aren't allowed to open this file.
pause
echo Please close file.
pause
echo Administrators are the only ones allowed to open this file.
pause

Explanations:

Echo means the text it says (requires @echo off in the first line)
Pause means Press any key to continue.

deoxy99

  • Universe Sandbox 1 Beta Team
  • *****
  • Posts: 872
  • ✨ the name's verb ✨
Re: Funny Program
« Reply #4 on: April 03, 2010, 11:46:27 PM »
You should open the Real Desktop Installer, it is the same thing, but cooler!

atomic7732

  • Global Moderator
  • *****
  • Posts: 3849
  • caught in the river turning blue
    • Paladin of Storms
Re: Funny Program
« Reply #5 on: April 04, 2010, 09:11:56 AM »
You put nothing other than that?

deoxy99

  • Universe Sandbox 1 Beta Team
  • *****
  • Posts: 872
  • ✨ the name's verb ✨
Re: Funny Program
« Reply #6 on: April 04, 2010, 10:01:54 AM »
That's about it. It's a funny prank.