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

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

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

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

    Sep 28, 2009 · I also didn't remove the file afterward; that's easy enough to do. date +FORMAT lets you specify the output format of the date command, similar to a printf format string; see …

  6. Cannot create file anywhere on drive C: - Super User

    A standard user cannot create a file on C:\ . Hence you do not get an option to create one. If you create a new folder on C:\, you will be its owner and hence you can create files in it and …

  7. How to remotely write to a file using SSH? - Super User

    My point was that the OP might want to do something more sophisticated that writing known text to the remote file — he might want to run a local command and send the output to the remote …

  8. How can I edit a file if there is no vi, vim, joe, etc? - Super User

    Aug 20, 2012 · Is there a way to edit a file if there are no vi, vim, joe, mcedit? In another words is there a way to edit a file using just the shell commands?

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

  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.