About 171,000 results
Open links in new tab
  1. How can I make Notepad++ default program for `.txt` files?

    May 20, 2018 · 44 I would like .txt files to open with Notepad++ by default in Windows 10. I have found the options to change file associations but there is no option to specify custom …

  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 …

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

    Mar 1, 2012 · What I like to do is create a .bat file containing the command: dir > dir.txt. Then I can copy that file to any folder, run it, and get the text file listing right there, without opening a …

  4. How to create a text file listing of all files in a specific folder?

    5 The JR Directory Printer utility allows you to print a listing of every subdirectory and/or file contained within a directory and/or subdirectory. It supports lowercase/dos style filename, file …

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

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

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

  7. Batch command/script to do commands from .txt file?

    Jun 16, 2018 · Run a Text File as a Batch Script Yes this is possible by making the text file which contains the commands you need executed to be referenced as the first batch argument that is …

  8. Windows command-line: create a file with the current date in its …

    Sep 28, 2009 · The problem is, how would I use the output of sed to create the file name of the zip archive? In Unix (bash), one can use back-quotes to evaluate-in-place a command and use its …

  9. windows - Log an entire batch file output - Super User

    Jul 29, 2021 · However, I would like to have the entire output to also be logged into a .txt or .log file. When I use my basic knowledge of the logging system it will put the output in a file but not …

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

    Jan 5, 2017 · 37 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 …