no commands working on windows 7 pro 64 bit cmd

Page 1 of 2 12 LastLast

  1. Posts : 11
    win 7 pro 64 bit
       #1

    no commands working on windows 7 pro 64 bit cmd


    just purchased two laptop dell with windows 7 professional 64 bit, everything work perfect in the os, but when using cmd, every commands that is being used, getting "is not recognized as an internal or external command" for example in cmd you type "ping followed by the ip address" you get that its not recognised, even if type help, nothing happen, can someone help me how to make the cmd work again...thanks
      My Computer


  2. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #2

    Just a simple command like DIR doesn't work?
      My Computer


  3. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #3

    What does work?
    Code:
     
    c:\windows\system32\ping.exe   127.0.0.1
    c:\windows\system32\ping     127.0.0.1
    dir
    path
      My Computer


  4. Posts : 11
    win 7 pro 64 bit
    Thread Starter
       #4

    @Kaktussoft i've tried the simple command DIR, it works ... but, ping, ipconfig,help..etc..doesn't work
      My Computer


  5. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #5

    c:\windows\system32\ping.exe 127.0.0.1
    c:\windows\system32\ping 127.0.0.1

    type exactly as shown! Doesn't work?
      My Computer


  6. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #6

    cd/d c:\windows\system32
    ping.exe 127.0.0.1
    ping 127.0.0.1
      My Computer


  7. Posts : 11
    win 7 pro 64 bit
    Thread Starter
       #7

    i've just used the above command that you give to me in cmd,
    (cd/d c:\windows\system32
    ping.exe 127.0.0.1
    ping 127.0.0.1)
    it work perfectly, i can ping, use ipconfig, etc.., but when i again close the cmd prompt, and open it again, it doesn't work directly, i've to change again to"cd/d c:\windows\system32" and then use the cmd,
    can't i put it default on the cmd to cd/d c:\windows\system32.... please reply back

    thanks for
      My Computer


  8. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #8

    Simply a problem with your default search path!
    In command prompt
    PATH
    post output

    SET
    post output
    I'm interested if this is listed:
    SystemDrive=C:
    SystemRoot=C:\Windows
      My Computer


  9. Posts : 11
    win 7 pro 64 bit
    Thread Starter
       #9

    there is C:\Users\name
    that all..when i type ping (ip) it says is not recognized as an internal or external command
    but when i type C:\cd/d c:\windows\system32\ ping (ip) it work well, all command that i enters..works perfect...
    why?? is there something that should be done, or to change, please give me a possible solution why the cmd is behaving like that..
    regards
      My Computer


  10. Posts : 3,371
    W10 Pro desktop, W11 laptop, W11 Pro tablet (all 64-bit)
       #10

    You need to modify your PATH environment variable to at least include: %SystemRoot%\system32

    To do that, right-click on My Computer, then select Properties, then Advanced system settings. On the Properties dialog select Environment Variables. In the System variables box, scroll until you find the PATH variable then select it and click on the Edit button. Add (don't replace) this to what exists there already: %SystemRoot%\system32 (if appending to the end of the existing PATH make sure you put a semicolon ; in to seperate the values).
      My Computer


 
Page 1 of 2 12 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 13:56.
Find Us