• Login
Community
  • Login

notepad++ mass save

Scheduled Pinned Locked Moved General Discussion
6 Posts 5 Posters 6.0k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S
    sdsds rgdsfds
    last edited by Jan 5, 2024, 1:31 PM

    so in notepad++ I have a massive document list which is 40 documents in total. I want to save all of them so like what I mean is I want to save the document list, like export each document without going one by one, so what must I do

    M S 2 Replies Last reply Jan 5, 2024, 3:42 PM Reply Quote 0
    • M
      Mark Olson @sdsds rgdsfds
      last edited by Jan 5, 2024, 3:42 PM

      @sdsds-rgdsfds
      You say “save all of them” but then you also say “export each document”. These are two different things.

      Do you want to:

      1. Save the documents (as in, you have them open in Notepad++), and you want to save each of them without having to click on each tab
        • If so, the File->Save All command from the main menu should work.
      2. Export the documents (as in, create a new copy of each document, or export it to a different file format)
        • If so, this is a job for a scripting language like Python. You could use PythonScript, but in most cases like this it is just easier to write a normal Python script and run it from the command line without getting Notepad++ involved.
      1 Reply Last reply Reply Quote 1
      • A
        Alan Kilborn
        last edited by Jan 5, 2024, 3:55 PM

        I think OP has accumulated “new 1”, “new 2”, …, “new 40” (not really a smart way to work), and now wants to save them all to hardnamed files, without being prompted for a filename for each, if he invokes, e.g. a Save All.

        Just a guess, though, as OP is rather light on detail needed to provide a good answer.

        1 Reply Last reply Reply Quote 2
        • S
          schnurlos
          last edited by schnurlos Jan 5, 2024, 4:29 PM Jan 5, 2024, 4:14 PM

          Or the simpler possibility 242dddce-bb03-4f4a-a043-bebda1c91ca4-grafik.png is the 4th icon from left (Save All).

          A 1 Reply Last reply Jan 5, 2024, 5:06 PM Reply Quote 0
          • A
            Alan Kilborn @schnurlos
            last edited by Jan 5, 2024, 5:06 PM

            @schnurlos said in notepad++ mass save:

            Or the simpler possibility

            Does not help resolved the OP’s “problem” at all, if his tabs are (as I suspect) “new 1”, “new 2”, etc.

            1 Reply Last reply Reply Quote 0
            • S
              supasillyass @sdsds rgdsfds
              last edited by Jan 5, 2024, 8:32 PM

              @sdsds-rgdsfds If you’re not too concerned about the file names, you can just copy the backups from %APPDATA%\Notepad++\backup to another location.

              1 Reply Last reply Reply Quote 0
              3 out of 6
              • First post
                3/6
                Last post
              The Community of users of the Notepad++ text editor.
              Powered by NodeBB | Contributors