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

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

  3. How to decode weird characters in a text file? - Super User

    2 Someone sent me a text file. Although I can read most of the document, sometimes there are unusual characters. When I open it in VIM, I see <92> in its place. When I use gedit, i see a character that …

  4. 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 …

  5. 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 …

  6. How to copy a list of file names to text file? - Super User

    Jul 28, 2014 · How can I copy the names of files in a directory to a text file or to a clipboard?

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

  8. Windows 11: Issues with opening a text file containing accented ...

    Nov 26, 2023 · One particular case involves creating photo captions in both languages with the resulting text saved to a text file (filescripting object). Using Windows 10 I could open the text file with Notepad …

  9. How to embed or link a text file in Excel? - Super User

    I want to skip the stage of the text editor. What I would like to have is a way to embed (or, more correctly, link) the file contents in the specified cell (s), and let Excel update the fields automatically …

  10. How to convert text file to source code file in Windows 10?

    Nov 29, 2024 · I would like to change a plain text file code.txt into a c++ source code file code.cpp. I would think this would amount to only a simple renaming of the file, but on Windows 10 I can't see …