About 763,000 results
Open links in new tab
  1. 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 …

  2. Command line for looking at specific port - Stack Overflow

    Aug 18, 2012 · Is there a way to examine the status of a specific port from the Windows command line? I know I can use netstat to examine all ports but netstat is slow and looking at a specific …

  3. Send mail via Microsoft Graph as Application (Any User)

    Sep 6, 2021 · The behavior you are getting is expected because you are using delegated permissions - authorization code flow. This flow will not allow your app to send email as any …

  4. SQL WITH clause example - Stack Overflow

    Sep 23, 2012 · I was trying to understand how to use the WITH clause and the purpose of the WITH clause. All I understood was, the WITH clause was a replacement for normal sub …

  5. How to run a .py file in windows command line? - Stack Overflow

    Nov 5, 2013 · I have written a simple python program using IDLE to run it from command line. I don't have permission to save .py file in python directory (C:\program files\python33) so I …

  6. How to do a simple file search in cmd - Stack Overflow

    Before using it just change the directory to root using cd/ There is one more hacky command to do the same for /r %f in (*) do @echo %f <yourfilename> Caution: If you miss the @echo part in …

  7. Install winget by the command line (powershell) - Stack Overflow

    Oct 22, 2022 · I'm trying to write a PowerShell script to setup windows dev machines. I want to use winget but I don't see any easy way just to install winget using the commandline. You …

  8. Connecting to Microsoft SQL server using Python

    Nov 16, 2015 · I am trying to connect to SQL through python to run some queries on some SQL databases on Microsoft SQL server. From my research online and on this forum the most …

  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. Is it possible to specify condition in Count ()? - Stack Overflow

    Sep 22, 2016 · Is it possible to specify a condition in Count()? I would like to count only the rows that have, for example, "Manager" in the Position column. I want to do it in the count …