Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: please answer  (Read 4911 times)

0 Members and 1 Guest are viewing this topic.

Carbon Dudeoxide

  • Global Moderator

  • Mastermind
  • Thanked: 169
    • Yes
    • Yes
    • Yes
  • Certifications: List
  • Experience: Guru
  • OS: Mac OS
Re: please answer
« Reply #15 on: February 28, 2007, 06:00:07 AM »
I don't think thats even possible for batch. Possibly for VB but i dunno.

lordoftheplat



    Hopeful

  • teh god.
  • Thanked: 1
    Re: please answer
    « Reply #16 on: February 28, 2007, 07:08:03 AM »
    lol ask the god batcher
    zepperblood.deviantart.com

    fffreak



      Adviser

    • That's right I am a final fantasy freak.
    • Thanked: 3
      • Yes
      • JSPCRepair
    • Certifications: List
    • Experience: Guru
    • OS: Windows 7
    Re: please answer
    « Reply #17 on: February 28, 2007, 01:39:36 PM »
    Quote
    Yea, you were sick. Now..........

    --------BACK TO THE TOPIC OF THIS POST--------

    I know your looking for a batch or script ogelami, so I have a html file that isn't necessarily funny but can annoy people.

    What you have to do is open Notepad and type what is in the picture below (i dont know how to put a pic here)
    Save that as a [highlight].html[/highlight]
    This makes a popup saying 'HI'

    Copy and paste it like a thousand times.
    Name it something random like 'funny site' or something and put it in someplace where you know people will see it. At school all the computers are connected to a server so there is a drive that we're allowed to put stuff on and show other students and because normally Task manager is blocked in schools, they can't get rid of all the popups.

    DO NOT OPEN IT UNLESS [highlight]YOU[/highlight] HAVE ACCESS TO TASK MANAGER!!!

    Hope it works

    It's alot easier just to put the alert in a loop.

    Quote
    <script language="Javascript">
    var x=1
    while (x>0)
    alert("hello");
    </script>
    « Last Edit: February 28, 2007, 01:39:58 PM by fffreak »
    Computers are the future, not us. Learn everything you can about them while you still can, soon they will be learning about us... Every bit of advice that I give you is best guess, it is your choice whether or not you listen to it.

    Carbon Dudeoxide

    • Global Moderator

    • Mastermind
    • Thanked: 169
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Experience: Guru
    • OS: Mac OS
    Re: please answer
    « Reply #18 on: February 28, 2007, 03:33:32 PM »
    lol, i didn't know you can do loops for html  ;D ;D
    « Last Edit: February 28, 2007, 03:34:16 PM by carbondudeoxide »

    fffreak



      Adviser

    • That's right I am a final fantasy freak.
    • Thanked: 3
      • Yes
      • JSPCRepair
    • Certifications: List
    • Experience: Guru
    • OS: Windows 7
    Re: please answer
    « Reply #19 on: February 28, 2007, 03:38:22 PM »
    It is not HTML, it is Javascript ;).

    8-)fffreak
    Computers are the future, not us. Learn everything you can about them while you still can, soon they will be learning about us... Every bit of advice that I give you is best guess, it is your choice whether or not you listen to it.

    Carbon Dudeoxide

    • Global Moderator

    • Mastermind
    • Thanked: 169
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Experience: Guru
    • OS: Mac OS
    Re: please answer
    « Reply #20 on: February 28, 2007, 10:31:00 PM »
    yeah but u save it as a .html don't you?

    lordoftheplat



      Hopeful

    • teh god.
    • Thanked: 1
      Re: please answer
      « Reply #21 on: February 28, 2007, 10:36:55 PM »
      what is the difference between javascript and html?
      zepperblood.deviantart.com

      fffreak



        Adviser

      • That's right I am a final fantasy freak.
      • Thanked: 3
        • Yes
        • JSPCRepair
      • Certifications: List
      • Experience: Guru
      • OS: Windows 7
      Re: please answer
      « Reply #22 on: March 01, 2007, 07:16:54 AM »
      Quote
      yeah but u save it as a .html don't you?

      Not necessarily, you could save it as filename.js, then just import it using HTML.
      Computers are the future, not us. Learn everything you can about them while you still can, soon they will be learning about us... Every bit of advice that I give you is best guess, it is your choice whether or not you listen to it.