Community
    • Login

    notepad++ mass save

    Scheduled Pinned Locked Moved General Discussion
    6 Posts 5 Posters 5.8k 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.
    • sdsds rgdsfdsS
      sdsds rgdsfds
      last edited by

      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

      Mark OlsonM supasillyassS 2 Replies Last reply Reply Quote 0
      • Mark OlsonM
        Mark Olson @sdsds rgdsfds
        last edited by

        @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
        • Alan KilbornA
          Alan Kilborn
          last edited by

          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
          • schnurlosS
            schnurlos
            last edited by schnurlos

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

            Alan KilbornA 1 Reply Last reply Reply Quote 0
            • Alan KilbornA
              Alan Kilborn @schnurlos
              last edited by

              @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
              • supasillyassS
                supasillyass @sdsds rgdsfds
                last edited by

                @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
                • First post
                  Last post
                The Community of users of the Notepad++ text editor.
                Powered by NodeBB | Contributors