Community
    • Login

    How to create multiple files from a single text file ?

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    5 Posts 2 Posters 5.3k Views 1 Watching
    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.
    • Robin CruiseR Offline
      Robin Cruise
      last edited by Robin Cruise

      hi. Maybe you could help me. I want create multiple files from a single text file, with the same content. For example, I have a file called laptop.txt I want to multiply this file, in another 120 files with other name, but with the same content.

      laptop.txt

      must become:

      inform.txt
      cd-translate.txt
      keyboard.txt
      books.txt
      ...
      120-line.txt

      Alan KilbornA 1 Reply Last reply Reply Quote 0
      • Alan KilbornA Offline
        Alan Kilborn @Robin Cruise
        last edited by Alan Kilborn

        @Robin-Cruise

        So I won’t go too deep into it but your best bet is to use Notepad++ to create a batch file, and then run that batch file outside of N++.

        Start with your “must become” list in a fresh N++ tab:

        inform.txt
        cd-translate.txt
        keyboard.txt
        books.txt
        

        Create a “column caret” in column 1 by using Shift+Alt+arrows (shown in following as thick black/red vertical line – note: yours will look a bit different):

        ef4d8a2a-24d0-4398-bcd8-9771aa9a7314-image.png

        Use the Column Editor (Alt+C) to insert text into every column 1 location, note the trailing space:

        b96e9fd9-e603-49a1-a28a-57d0232cc6f2-image.png

        To end up with this in your tab:

        copy laptop.txt inform.txt
        copy laptop.txt cd-translate.txt
        copy laptop.txt keyboard.txt
        copy laptop.txt books.txt
        

        Save your tab with extension .bat or .cmd in the same folder as laptop.txt. Example name for it would be runme.bat

        Get a command-prompt in that folder (by right-clicking your N++ tab and choosing Open Containing Folder in cmd).

        Type runme in the cmd window and press Enter.

        (It appears I went deep into it)

        1 Reply Last reply Reply Quote 4
        • Robin CruiseR Offline
          Robin Cruise
          last edited by Robin Cruise

          This post is deleted!
          Alan KilbornA 1 Reply Last reply Reply Quote 0
          • Alan KilbornA Offline
            Alan Kilborn @Robin Cruise
            last edited by

            @Robin-Cruise said in How to create multiple files from a single text file ?:

            I believe it’s not working

            Hmm. What do you think the problem might be?

            1 Reply Last reply Reply Quote 0
            • Robin CruiseR Offline
              Robin Cruise
              last edited by

              WORKS PERFECTLY, thanks !!

              1 Reply Last reply Reply Quote 1

              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

              With your input, this post could be even better 💗

              Register Login
              • First post
                Last post
              The Community of users of the Notepad++ text editor.
              Powered by NodeBB | Contributors