About 253,000 results
Open links in new tab
  1. Open two instances of Notepad++ - Stack Overflow

    Jun 10, 2015 · Notepad++ runs on a single instance even while running on different windows.You can find another example of such application in Microsoft Office's Excel. You open files …

  2. How to open Windows file editing app from WSL - Stack Overflow

    May 21, 2022 · 4 Sure, you can run any Windows executable this way. notepad.exe myfile.txt will work, for example. If your Notepad++ is in your PATH, then notepad++.exe would work too - …

  3. How can I set up an editor to work with Git on Windows?

    That worked, almost. The default commit message opens in Notepad. But Notepad doesn't support bare line feeds. I went out and got Notepad++, but I can't figure out how to get …

  4. Open text file and program shortcut in a Windows batch file

    Don't put quotes around the name of the file that you are trying to open; start "myfile.txt" opens a new command prompt with the title myfile.txt, while start myfile.txt opens myfile.txt in Notepad. …

  5. Open with Notepad context menu - Add or Remove in Windows 10

    Nov 12, 2019 · Published by Shawn Brink Category: Customization 12 Nov 2019 How to Add or Remove 'Open with Notepad' Context Menu in Windows 10 Adding "Open with Notepad" to …

  6. How to use Task Scheduler to open a program on Windows!

    Jan 15, 2023 · 1 First, we must create a batch file. To do this, create a new .txt file through notepad, then rename it and replace .txt for .bat 2 Open the .bat file with notepad. Note: this …

  7. file - Python open a text (notepad) document - Stack Overflow

    Mar 24, 2017 · If the file association on Windows is setup so that .txt files open notepad then you can "execute" the text file using subprocess.run and set shell=True. That will run whichever …

  8. How to view Apache Parquet file in Windows? - Stack Overflow

    Jun 19, 2018 · PyArrow, FastParquet, pandas. How can I view parquet files? How can I create parquet files? (GUI option for Windows, Linux, MAC) You can use DBeaver to view parquet …

  9. windows - Text editor to open big (giant, huge, large) text files ...

    I mean 100+ MB big; such text files can push the envelope of editors. I need to look through a large XML file, but cannot if the editor is buggy. Any suggestions?

  10. .net - How to open Notepad from a Windows Forms application …

    May 24, 2016 · I'm using VB.NET and Visual Studio 2008. My question is: How do I open Notepad from a Windows Forms application, and then place some text string in the Notepad window?