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

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

    Jun 20, 2016 · Well, yesterday I was about to create a New Folder using ctrl + shift + n. Then I accidentally pressed some wrong button (I don't know which one) and thus created a New Text …

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

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

  5. How to paste Excel data as fixed-width text? - Super User

    Easiest solution would be to concatenate your numeric data into a "commified" string that pastes correctly into a text file. Create the Excel formula for one row and then copy it down for all the rows in …

  6. Is there a keyboard shortcut for creating a new file?

    Apr 21, 2010 · I haven't seen any shortcut for creating "A New Text Document" or any file. Is there any?

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

    Jul 28, 2014 · 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 command …

  8. how to create a text file using the windows commandline

    Closed 12 years ago. Possible Duplicate: How do you create an empty file from the command line in Windows Is there any command, using that we can create a text file or any other format. To make a …

  9. Equivalent of Linux `touch` to create an empty file with PowerShell

    Is there an equivalent of touch in PowerShell? For instance, in Linux I can create a new empty file by invoking: touch filename On Windows this is pretty awkward -- usually I just open a new insta...

  10. "Create new text document" option missing from context menu

    Aug 9, 2013 · I noticed today that there is no longer a "Create new text document" option in my Windows 7 (x64 Ultimate) context menu when I right click. No idea how or when it disappeared, point is it's …