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

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

    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 …

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

  4. How would I create and manage a .txt file with Terminal

    Apr 22, 2016 · How would I create a .txt file, customize what it says, and open it. All with Terminal. [OSX Yosemite]

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

  6. How can I create a file with a specific size from a command line?

    Jun 19, 2013 · 130 How can I create a file (e.g. using the touch command or another similar way), but with a specific size (e.g. 14 MB)? The use case is to test FTP with various file sizes. If we …

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

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

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

  10. windows - How to create multiple txt files with incrementing …

    Mar 8, 2020 · 1 The following will create files 1.txt through to 13.txt in the current working directory. Each file will contain the 4 lines of Text specified.