About 1,440,000 results
Open links in new tab
  1. How to create a new text document (TXT) file by a Hotkey?

    Jun 20, 2016 · OS: Windows (Windows Explorer). I'm frequently using: RightClick → New → Text Document It lets you to name the file before opening and saving it. Is there a solution to run a script …

  2. Where are Notepad temp/unsaved .txt files located? - Super User

    Sep 19, 2024 · The easiest and best way to get the text out of the tab state file is for Notepad to recognize and use it. Create a new tab in Notepad and enter one character into it.

  3. windows - Is there a text editor for very big files? - Super User

    Sep 7, 2012 · Stack Overflow ref Text editor to open big (giant, huge, large) text files. Vim is a personal favorite. However, if you are working with timestamped entries in log file, it's easier to filter for a date …

  4. Windows: Command line redirection to text file while also seeing …

    May 4, 2011 · I'm writing a C program in Windows, my printf calls print to the command line, and I know that I can redirect all this output to a text file using: myProgram.exe > mylog.txt However, I wish to ...

  5. Create a text file with a keyboard shortcut in Windows Explorer

    Oct 23, 2018 · 3 I'm using the solution from How to create a new text document (TXT) file by a Hotkey? since a few years, with Autohotkey, and it allows to create a new text file anywhere in the Windows …

  6. How do I create a multiline text file with Echo in Windows command ...

    20 I'm using Windows 7 and I would like to quickly create a small text file with a few lines of text in the Command prompt. I can create a single line text file with: echo hello > myfile.txt but how can I create …

  7. Converting text file to UTF-8 on Windows command prompt

    Jan 5, 2017 · I need to convert a text file to UTF-8 format via Windows command prompt. This needs to be done on another machine and I do not have rights to install software on that machine.

  8. Re-add "create new text file" to Windows 11 context menu

    Nov 3, 2021 · As a C++/cmake programmer, I constantly use the option "create new -> text file" on the context menu, but Windows 11 has removed this option. Is there a way to get this option back, e.g …

  9. Change the default of encoding in Notepad - Super User

    If create a text file, the default encoding is UTF-8 but if open the Notepad from Windows start menu's search, the default encoding of that is the ANSI. Is there way for second mode that change the …

  10. Ping every IP address in a text file? - Super User

    Apr 29, 2013 · 0 I created a ping tool that uses a config file for setting which ip's to ping and creates up to 12 cmd windows and places them side-by-side on your screen. Each window has a description in …