Results 1 to 4 of 4

Thread: Need to keep the computer busy

  1. #1
    Join Date
    Jan 2009
    Posts
    202

    Need to keep the computer busy

    Hey guys!
    I have a small problem...! Is there a way to keep the computer busy all the time with a small program so that the computer doesn't go into hibernation. Actually i don't have administrator right's on this office computer. This computer Runs Windows 2000 operating system... Help Guys! Thanks in advance...

  2. #2
    Join Date
    May 2008
    Posts
    4,085

    Re: Need to keep the computer busy

    Hey!
    I would like to know, what rights do you have on your computer? Do you have rights to save files, download files? IF yes you can download some simple dos games which you can keep running when you don't use your computer or when your computer is idle...! Try to create a batch program in an infinite loop and let it run all the time... All the best...!

  3. #3
    Join Date
    Jan 2009
    Posts
    202

    Re: Need to keep the computer busy

    Hey!
    Thanks for taking out some time for me...! Well i do have right to run the executable files but no rights to install a program or software. I can download files and save files that i create. But i no nothing about batch file... Can you provide me with one...! Or guide me for the same...! Would be really greatful of you...! One more If a program runs in an infinite loop, how to stop it?

  4. #4
    Join Date
    Jan 2009
    Posts
    1,738

    Re: Need to keep the computer busy

    Hey!
    Well here is an example progarm. Open notepad and paste the following code in in :

    Code:
    @echo OFF
    :LOOP
    Echo "Keepin the computer Busy...! :P "
    goto LOOP
    Now save the file as LOOP.bat You can give any filename but the extension ".bat is important. Just double click on the file to run it. Now to close this program just press "ctrl+c" It will say "Terminate batch job (Y/N)?" Press Y and press Enter.
    Now you are keeping your computer busy....!

Similar Threads

  1. just cause 2 steam servers busy
    By buddy99 in forum Video Games
    Replies: 1
    Last Post: 21-06-2010, 11:54 PM
  2. Reliance BUSY CALLERTUNES
    By AshleyD in forum India BroadBand
    Replies: 1
    Last Post: 15-03-2010, 02:08 PM
  3. Server Busy Error
    By Hakon in forum Technology & Internet
    Replies: 3
    Last Post: 11-02-2009, 01:36 PM
  4. cannot save free/busy information
    By NavinS in forum MS Office Support
    Replies: 1
    Last Post: 23-01-2009, 11:20 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,174,881.33557 seconds with 17 queries