About 15,700,000 results
Open links in new tab
  1. How do I change the command-line prompt in Windows?

    Aug 19, 2012 · How do I change the command-line prompt into a console? I've been looking in the console functions API, but I could not find anything for it.

  2. Command to list all files in a folder as well as sub-folders in windows

    Mar 11, 2015 · I tried searching for a command that could list all the file in a directory as well as subfolders using a command prompt command. I have read the help for "dir" command but …

  3. how to change directory using Windows command line

    Jul 8, 2017 · how to change directory using Windows command line Asked 12 years, 5 months ago Modified 1 year, 2 months ago Viewed 1.4m times

  4. command line - How can I redirect Windows cmd standard output …

    5 In a batch file (Windows 7 and above), I found this method most reliable: Call :logging >"C:\Temp\NAME_Your_Log_File.txt" 2>&1 :logging TITLE "Logging Commands" ECHO …

  5. windows - Free space in a CMD shell - Stack Overflow

    Nov 16, 2008 · Is there a way to get the amount of free diskspace of a disk or a folder in a CMD without having to install some thirdparty applications? I have a CMD that copies a big file to a …

  6. Displaying Windows command prompt output and redirecting it …

    Apr 28, 2009 · 463 How can I run a command-line application in the Windows command prompt and have the output both displayed and redirected to a file at the same time? If, for example, I …

  7. Setting JAVA_HOME environment variable in MS Windows

    Set the JAVA_HOME Variable Windows 7 – Right click My Computer and select Properties > Advanced Windows 8 – Go to Control Panel > System > Advanced System Settings Windows …

  8. Get Folder Size from Windows Command Line - Stack Overflow

    Jul 2, 2016 · Is it possible in Windows to get a folder's size from the command line without using any 3rd party tool? I want the same result as you would get when right clicking the folder in the …

  9. Adding a directory to the PATH environment variable in Windows

    Mar 3, 2012 · I am trying to add C:\\xampp\\php to my system PATH environment variable in Windows. I have already added it using the Environment Variables dialog box. But when I type …

  10. How to delete all files and folders in a folder by cmd call

    I use Windows. I want to delete all files and folders in a folder by system call. I may call like that: >rd /s /q c:\destination >md c:\destination Do you know an easier way?