About 6,500,000 results
Open links in new tab
  1. How to close Windows Explorer from CMD - Stack Overflow

    Apr 7, 2012 · 7 Is it possible to close Windows Explorer from CMD? I have a batch that does this: it will change directory, open explorer in this folder, than run a program. After the user closes …

  2. How do I open an Explorer window in a given directory from …

    Jun 10, 2020 · 62 I see how to launch many other programs from a batch file, but I can't find a command like open on Mac OS X. Does such a tool exist on Windows? Powershell, or a …

  3. File/folder chooser dialog from a Windows batch script

    Jun 13, 2023 · 6 Batch + PowerShell + C# polyglot solution This is the same solution as the Batch + PowerShell hybrid, but with the C# fallback stuff re-added for XP and Vista compatibility. …

  4. Open a folder with File explorer using .bat - Stack Overflow

    Nov 25, 2013 · The syntax for starting a new process is Syntax START "title" [/D path] [options] "command" [parameters] Wherein title - Text for the CMD window title bar (required.) path - …

  5. Open a Web Page in a Windows Batch FIle - Stack Overflow

    I have a batch file that does a bunch of things and at the end needs to open up a web browser to a page. Is there a way to, in essence, call ShellExecute on a http to open the web page? …

  6. cmd - How can a batch file run a program and set the position …

    May 1, 2012 · I have batch file that sets up the desktop environment for me when I am writing code. The file is named: SetEnv.cmd and it opens 3 other windows: An instance of Windows …

  7. Close folder's window with batch file - Stack Overflow

    Jul 23, 2014 · I have a folder on my Desktop named test. I want to create a batch file in order to close the window automatically when this folder is opened with Windows Explorer. I tried the …

  8. How to launch multiple Internet Explorer windows/tabs from batch …

    I would like a batch file to launch two separate programs then have the command line window close. Actually, to clarify, I am launching Internet Explorer with two different URLs. So far I …

  9. batch file to open tabs in a NEW browser window

    The solution should be a script to open any url from a batch script in any computer with the default explorer, not with a specific one as how you are posting.

  10. batch file - Restarting explorer.exe only opens an explorer window ...

    Jun 9, 2012 · The batch file works perfectly when manually extracted from the archive, so it's not a problem with the compression or extraction processes. Even with commands like start …