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

Author Topic: HELP!!!  (Read 3557 times)

0 Members and 1 Guest are viewing this topic.

pecka40

    Topic Starter


    Starter

    Thanked: 1
    HELP!!!
    « on: January 11, 2010, 07:33:43 AM »
    C:\Documents and Settings\NAME>shutdown -r -t 500
    'shutdown' is not recognized as an internal or external command,
    operable program or batch file.



    Way 'shutdown' is not recognized as an internal or external command?

    Microsoft Windows XP [Version 5.1.2600] If helps.

    Salmon Trout

    • Guest
    Re: HELP!!!
    « Reply #1 on: January 11, 2010, 09:32:55 AM »
    Disabled by admin?

    Your PATH variable damaged or incomplete?


    pecka40

      Topic Starter


      Starter

      Thanked: 1
      Re: HELP!!!
      « Reply #2 on: January 11, 2010, 11:59:19 AM »
      Disabled by admin?

      Your PATH variable damaged or incomplete?


      1.Well i am admin.
      2.How could i fix it if it is broken?

      Salmon Trout

      • Guest
      Re: HELP!!!
      « Reply #3 on: January 11, 2010, 12:54:26 PM »
      1.Well i am admin.
      2.How could i fix it if it is broken?

      Open a command window, type PATH, hit Enter, and copy and paste the result here.


      pecka40

        Topic Starter


        Starter

        Thanked: 1
        Re: HELP!!!
        « Reply #4 on: January 11, 2010, 01:04:00 PM »
        Well if you mean command window (cmd.exe) then this shows up .

        C:\Documents and Settings\NAME>path
        PATH=C:\Program Files\Java\jdk1.6.0_16\bin;C:\Program Files\Java\jdk1.6.0_16\bin
        ;

        Salmon Trout

        • Guest
        Re: HELP!!!
        « Reply #5 on: January 11, 2010, 01:32:39 PM »
        This is the classic "install Java and nuke your PATH variable" problem. I was just about to ask you if you had recently installed Java, and hey presto, your PATH tells me that somebody has. Twice, by the look of things.

        To repair this take the following steps

        1. Open Control Panel
        2. Choose System
        3. Click Advanced tab
        4. Click Environment Variables button
        5. In the lower of the two panes, scroll down until you can see the Path variable line
        6. Double click the line
        7. A dialog will appear with the text in the lower "variable value" box highlighted.
        8. Delete all of it leaving the box blank.
        9. Copy the line below and paste it in there

        C:\Program Files\Java\jdk1.6.0_16\bin;C:\Windows\System32\;C:\Windows\;C:\Windows\System32\Wbem

        10. Click OK, OK, OK to come right back out.
        11. Reboot