About 50 results
Open links in new tab
  1. 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 …

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

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

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

  5. How do I add text to the beginning of a file in Bash?

    Feb 17, 2011 · 5 If the text file is small enough to fit in memory, you don't have to create a temporary file to replace it with. You can load it all into memory and write it back out to the file.

  6. How to create a new text document (TXT) file by a Hotkey?

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

  7. How do I read a text file's hidden characters? - Super User

    Mar 23, 2010 · I've created a text file from an application that I developed. When I send the text file to a SYSTEM validation, they (third-party system) say that the file is invalid and that the file contains t...

  8. browser - HTML From Text File - Super User

    Aug 23, 2014 · Here is the result (note I don't see any single HTML tag, just text!): Depending on the browser, if you just change the file extension to .txt it will display the source code of the file, HTML …

  9. How to set character encoding when opening a CSV file in Excel?

    Jun 6, 2017 · I When I try to open a csv file encoded in Japanese SHIFT-JIS, it opens but with mojibake (corrupted characters). In Open Office Calc, if you click on a csv file with a non-standard encoding …

  10. List mapped network drives from the command line to text file

    Jan 8, 2014 · 89 Is there a command that can be used from the command line to output a list of the mapped network drives on the local system and their location on the network to a text file? This will …