About 5,950,000 results
Open links in new tab
  1. Notepad++ Setting for Disabling Auto-open Previous Files

    My problem was that Notepad++ was crashing on a file I had previously opened; I was unable to open the application at all. This blog post discusses how to delete the data from the "Sessions" file so that …

  2. Text editor to open big (giant, huge, large) text files [closed]

    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?

  3. How do I open a file with the default text editor? - Stack Overflow

    The second sample forces notepad onto the user and I would hate that. I never ever see notepad since that's not my default text editor. What you surely want to do is open the text file with the user's …

  4. How do I make a text file appear to type itself using a batch file?

    What I'm trying to achieve is for my Batch file to open Notepad and start typing automatically. Here's my code so far: @echo off Start notepad but where do I go from here? I've tried: @echo off ...

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

    12 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.

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

    But Notepad doesn't support bare line feeds. I went out and got Notepad++, but I can't figure out how to get Notepad++ set up as the %EDITOR% in such a way that it works with Git as expected.

  7. Open a text file using notepad as a help file in python?

    26 I would like to give users of my simple program the opportunity to open a help file to instruct them on how to fully utilize my program. Ideally i would like to have a little blue help link on my GUI that could …

  8. How do I move a tab in Notepad++ to a new window?

    1 Just figured this out and thought it might help people, you can also create a new instance of Notepad++ via "Run --> Open in New Instance" on the toolbar. The default hotkey is alt + F6.

  9. excel - Open a file with notepad through VBA - Stack Overflow

    Open a file with notepad through VBA Asked 7 years, 9 months ago Modified 6 years, 2 months ago Viewed 45k times

  10. How to run an external program, e.g. notepad, using hyperlink?

    How to run an external program, e.g. notepad, using hyperlink? Asked 15 years, 7 months ago Modified 6 years, 9 months ago Viewed 131k times