About 50 results
Open links in new tab
  1. How to recursively list files (and only files) in Windows Command …

    Wanted: I want a listing of files with full paths listed out recursively in Windows 7 through the command prompt. I DON'T want folders to be listed. Attempt: This got me all files, but also include...

  2. How to get network ip address via windows command prompt?

    Feb 20, 2014 · How to get network ip address via windows command prompt? I know tat ipconfig /all shows ip configuration, but what about having just ipv4 adress?

  3. How can I display the contents of an environment variable from the ...

    Sep 29, 2011 · 883 In Windows Command-Prompt the syntax is echo %PATH% To get a list of all environment variables enter the command set without any parameters. To send those variables to a …

  4. How can I clear the output from Window's Command Prompt using a ...

    Apr 20, 2013 · Is there any way of clearing the command prompt screen in windows using keyboard shortcuts?

  5. Create .zip folder from the command line - (Windows)

    Oct 20, 2010 · 1 Here is a great link that shows how to zip a file using windows native commands. Can you zip a file from the command prompt using ONLY Windows' built-in capability to zip files? I tested …

  6. windows - How can I put the computer to sleep from Command …

    I know that almost everything on Windows, like opening any sort of application, can be done from the command prompt or from the Run menu. How can I put my computer to sleep or shut it down? What i...

  7. How do I connect to a network share via the Windows Command …

    Oct 7, 2009 · 46 If you don't to map a network drive with net use you can access a UNC Path directly from the Command Prompt using pushd. For example: pushd \\server\share This will create a …

  8. Windows Command Prompt: dir + what option shows only Directories …

    All / (switches) in Windows don't have any filter purposes. I know in Linux it is - (options). At a Windows command prompt, how can I show only Directories and not Files?

  9. How to change a Windows username using the command prompt?

    I'm a Windows 7 user i used to change the username from the control panel. But I would like to know how to change it using the CLI not the GUI I have searched alot but didn't find the answer or it ...

  10. Setting and getting Windows environment variables from the …

    I want to set an environment variable from the command prompt and then be able to access it globally (for instance, I should see it by going to System -> Environment Variables).